Sha256: 876d51e9624c301654d64064573428280116ec16bd97414e6ce44d66ef1de0d1
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
cache @order attributes *order_attributes node(:display_item_total) { |o| o.display_item_total.to_s } node(:total_quantity) { |o| o.line_items.sum(:quantity) } node(:display_total) { |o| o.display_total.to_s } node(:display_ship_total) { |o| o.display_ship_total } node(:display_tax_total) { |o| o.display_tax_total } node(:token) { |o| o.token } node(:checkout_steps) { |o| o.checkout_steps }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_api-2.2.2 | app/views/spree/api/orders/order.v1.rabl |