Sha256: 46f6b727ebe517ca8a586029858a937528e43a042757074981155a9e21f8af9a
Contents?: true
Size: 522 Bytes
Versions: 32
Compression:
Stored size: 522 Bytes
Contents
Thanks for your order! Items <% @order.line_items.sellables.each do |line_item| %> <%= line_item.description %> x <%= line_item.quantity %> = <%= number_to_currency line_item.price %> <% end -%> <% @order.line_items.shipments.each do |line_item| %> <%= line_item.description %> = <%= number_to_currency line_item.price %> <% end -%> <% @order.line_items.payments.each do |line_item| %> <%= line_item.description %> = <%= number_to_currency line_item.price %> <% end -%> Total <%= number_to_currency @order.total %>
Version data entries
32 entries across 32 versions & 1 rubygems