Sha256: 1b8685ba1546788b33704ac9d75047306367b6936f55599528ebd3e0757bcb75

Contents?: true

Size: 295 Bytes

Versions: 16

Compression:

Stored size: 295 Bytes

Contents

json.payment do
  json.complete step.complete?
  json.problems step.payment.errors.full_messages

  json.tenders summary.payment.tenders do |tender|
    json.partial! "workarea/api/storefront/orders/tenders/#{tender.slug}", tender: tender
    json.problems tender.errors.full_messages
  end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
workarea-api-4.5.6 storefront/app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-storefront-4.5.6 app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-4.5.5 storefront/app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-storefront-4.5.5 app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-4.5.4 storefront/app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-storefront-4.5.4 app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-4.5.3 storefront/app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-storefront-4.5.3 app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-4.5.2 storefront/app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-storefront-4.5.2 app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-4.5.0 storefront/app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-storefront-4.5.0 app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-4.4.7 storefront/app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-storefront-4.4.7 app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-4.4.6 storefront/app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder
workarea-api-storefront-4.4.6 app/views/workarea/api/storefront/checkouts/steps/_payment.json.jbuilder