{{ __('Billing Details') }}
{{ __('Enter the billing information to complete the payment.') }}
{{ __('Summary') }}
{{ __('Review the details of your purchase.') }}
{{ orderSummary.data.title }}
{{
orderSummary.data.gst_applied
? orderSummary.data.original_amount_formatted
: orderSummary.data.total_amount_formatted
}}
{{ __('GST Amount') }}
{{ orderSummary.data.gst_amount_formatted }}
{{ __('Total Amount') }}
{{ orderSummary.data.total_amount_formatted }}
{{ __('Address') }}
{{ __('Specify your billing address correctly.') }}
{{ __('Country') }}
changeCurrency(option)"
/>
{{ __('Source') }}
(billingDetails.source = option)"
/>