Sha256: f4525f5b9ace6be27c30b508c02d6b5c054f9d514367031ec1966db8cd70fcc0
Contents?: true
Size: 452 Bytes
Versions: 20
Compression:
Stored size: 452 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, &:display_ship_total) node(:display_tax_total, &:display_tax_total) node(:display_adjustment_total, &:display_adjustment_total) node(:token, &:guest_token) node(:checkout_steps, &:checkout_steps)
Version data entries
20 entries across 20 versions & 1 rubygems