summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components/Checkout.jsx
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2024-12-31 09:53:27 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2024-12-31 09:53:27 +0700
commitd20adeb6a5f6e153e2d1cfc8c8c77f4cceb743e8 (patch)
treef640f608d2fe9da2b61d5fb31af52a16dde66240 /src/lib/checkout/components/Checkout.jsx
parentb43fdb49a3c6e26a7e0a790bf8f4425f76a57572 (diff)
ppn 12%
Diffstat (limited to 'src/lib/checkout/components/Checkout.jsx')
-rw-r--r--src/lib/checkout/components/Checkout.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx
index 4e182745..e3b586f1 100644
--- a/src/lib/checkout/components/Checkout.jsx
+++ b/src/lib/checkout/components/Checkout.jsx
@@ -588,7 +588,6 @@ const Checkout = () => {
setItemTnC(item);
SetBottomPopupTnC(true);
};
- // const taxTotal = (totalAmount - totalDiscountAmount - discountVoucher) * 0.11
const hasNoPrice = useMemo(() => {
if (!products) return false;