Sha256: e7f238b7b74e67f380428680c70a61c8cc67ea265a6bbc36ecf98a478ba64225
Contents?: true
Size: 414 Bytes
Versions: 12
Compression:
Stored size: 414 Bytes
Contents
cache [I18n.locale, root_object] 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
12 entries across 12 versions & 1 rubygems