- {{'orders.widgets.payment-totals.payment-price' | translate}} {{payment.price | currency:payment.currency}}
- {{'orders.widgets.payment-totals.discount-total' | translate}} {{(payment.discountAmount * -1) | currency:payment.currency}}
- {{'orders.widgets.payment-totals.tax-total' | translate}} {{payment.taxTotal | currency:payment.currency}}
- {{'orders.widgets.payment-totals.total' | translate}} {{payment.totalWithTax | currency:payment.currency}}