From 16f13c95ae2ea914bf1f6a254a4f7158cb28d2d3 Mon Sep 17 00:00:00 2001
From: suseendhiran17 <58357088+suseendhiran17@users.noreply.github.com>
Date: Wed, 21 Jun 2023 16:35:36 +0530
Subject: [PATCH] susee
---
app/Views/payment.php | 22 +++++++++++++---------
app/Views/success_mail.php | 14 ++++++++------
2 files changed, 21 insertions(+), 15 deletions(-)
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 ); ?> |