Sha256: e2ded591a853d4cf5ecfaad0bca45df451605e09472dcffed5bdc1847398d4ba
Contents?: true
Size: 405 Bytes
Versions: 5
Compression:
Stored size: 405 Bytes
Contents
object @current_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_tax_total) { |o| o.display_tax_total } node(:display_total) { |o| o.display_total.to_s } node(:display_ship_total) { |o| o.display_ship_total } node(:token) { |o| o.token } node(:checkout_steps) { |o| o.checkout_steps }
Version data entries
5 entries across 5 versions & 1 rubygems