Sha256: 900dc088460c4a0f1a54e6f6cf2ea35274de9a392681bd7a8109f46c6583123b
Contents?: true
Size: 404 Bytes
Versions: 7
Compression:
Stored size: 404 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
7 entries across 7 versions & 1 rubygems