Sha256: 1cf1f6ec24c09ffff712f4cdc65463cbdbc56010642625d4059ae800d03244c3

Contents?: true

Size: 172 Bytes

Versions: 2

Compression:

Stored size: 172 Bytes

Contents

json.user_id current_user.try(:_id)
json.checkout_id current_order.id
if logged_in?
  json.user_name current_user.try(:name)
  json.user_email current_user.try(:email)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-segment_analytics-1.0.3 app/views/workarea/storefront/users/_current_user_segment_analytics.json.jbuilder
workarea-segment_analytics-1.0.2 app/views/workarea/storefront/users/_current_user_segment_analytics.json.jbuilder