Sha256: bf88532a6de9ce094ec3ffa779982a5fddcd20aca320640183b66a6e52ba8dce
Contents?: true
Size: 394 Bytes
Versions: 9
Compression:
Stored size: 394 Bytes
Contents
cache @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
9 entries across 9 versions & 1 rubygems