diff --git a/app/Views/payment.php b/app/Views/payment.php
index e3a88ec..26a6d70 100644
--- a/app/Views/payment.php
+++ b/app/Views/payment.php
@@ -97,23 +97,27 @@
+
$= round($Subtotal * $gst / 100 , 2); ?>
+
-
-
$= round($Subtotal * $pst / 100 , 2); ?>
-
-
+
-
$= round($Subtotal * $gst / 100 , 2); ?>
+
$= round($Subtotal * $pst / 100 , 2); ?>
+
+
+
+
diff --git a/app/Views/success_mail.php b/app/Views/success_mail.php
index bfbf95e..e67d744 100644
--- a/app/Views/success_mail.php
+++ b/app/Views/success_mail.php
@@ -76,16 +76,18 @@
$ |
-
- | PST : |
- $= round($Subtotal * $pst / 100 , 2); ?> |
+ GST : |
+ $= round($Subtotal * $gst / 100 , 2); ?> |
-
+
+
- | GST : |
- $= round($Subtotal * $gst / 100 , 2); ?> |
+ PST : |
+ $= round($Subtotal * $pst / 100 , 2); ?> |
+
+
| Total |
$= round( ( $Subtotal + (($Subtotal * ($gst + $pst) ) / 100) ) , 2 ); ?> |