{{ $t('payment.subtotal') }}
- ¥{{ (amount / 100).toFixed(2) }}
+ ${{ (amount / 100).toFixed(2) }}
{{ $t('payment.tax') }}
- ¥{{ (taxAmount / 100).toFixed(2) }}
+ ${{ (taxAmount / 100).toFixed(2) }}
{{ $t('payment.shipping') }}
- {{ shippingAmount > 0 ? `¥${(shippingAmount / 100).toFixed(2)}` : $t('payment.free') }}
+ {{ shippingAmount > 0 ? `$${(shippingAmount / 100).toFixed(2)}` : $t('payment.free') }}
{{ $t('payment.total') }}
- ¥{{ ((amount + taxAmount + shippingAmount) / 100).toFixed(2) }}
+ ${{ ((amount + taxAmount + shippingAmount) / 100).toFixed(2) }}
@@ -45,7 +45,7 @@
:disabled="!canPay"
>