diff --git a/frontend/src/pages/Billing.vue b/frontend/src/pages/Billing.vue index 551e041d..f23d3792 100644 --- a/frontend/src/pages/Billing.vue +++ b/frontend/src/pages/Billing.vue @@ -20,7 +20,7 @@
{{ __('Payment for ') }} {{ type }}:
-
+
{{ orderSummary.data.title }}
@@ -31,7 +31,7 @@
{{ __('Original Amount') }}
-
+
{{ orderSummary.data.original_amount_formatted }}
@@ -42,17 +42,17 @@
{{ __('GST Amount') }}
-
+
{{ orderSummary.data.gst_amount_formatted }}
-
+
{{ __('Total') }}
-
+
{{ orderSummary.data.total_amount_formatted }}
@@ -60,7 +60,7 @@
-
+
{{ __('Address') }}