Sha256: 64d4e146da8530a9af751f40938cc362e8b4ee830367ebe78c185c4e920e6469
Contents?: true
Size: 487 Bytes
Versions: 46
Compression:
Stored size: 487 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(:display_adjustment_total) { |o| o.display_adjustment_total } node(:token) { |o| o.guest_token } node(:checkout_steps) { |o| o.checkout_steps }
Version data entries
46 entries across 46 versions & 2 rubygems