Sha256: c2afaee03de79538dc12d8dccd3bfeac9b450b4d24a5474837c2a5244a6dd5ba
Contents?: true
Size: 472 Bytes
Versions: 16
Compression:
Stored size: 472 Bytes
Contents
json.order do json.partial! 'workarea/api/storefront/orders/order', order: @order end json.checkout do json.url checkout_url(@cart.id) json.started_at @cart.checkout_started_at json.shippable @summary.shippable? json.complete @summary.complete? @summary.steps.each do |klass| json.partial! "workarea/api/storefront/checkouts/steps/#{checkout_step_name(klass)}", step: klass.new(@summary.model), summary: @summary, cart: @cart end end
Version data entries
16 entries across 16 versions & 2 rubygems