<%= t('item_total') %>: | <%= number_to_currency @order.item_total %> |
<%= charge.description %>: | <%= number_to_currency charge.amount -%> |
<%= credit.description %>: | (<%= number_to_currency credit.amount %>) |
<%= t('order_total') %>: | <%= number_to_currency @order.total %> |