Sha256: afff5b4bde1c1bedb8ef7393317541f935664044361656599888ff28f4def338
Contents?: true
Size: 525 Bytes
Versions: 10
Compression:
Stored size: 525 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 -1*line_item.price %> <% end -%> Total <%= number_to_currency @order.total %>
Version data entries
10 entries across 10 versions & 1 rubygems