From 574913e9e41e89944eaa1284bf860c5e8697799c Mon Sep 17 00:00:00 2001 From: Rehan Ansari Date: Wed, 22 Oct 2025 22:35:01 +0530 Subject: [PATCH] fix: improve visibility in billing page --- frontend/src/pages/Billing.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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') }}