summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components/CheckoutOld.jsx
diff options
context:
space:
mode:
authortrisusilo <tri.susilo@altama.co.id>2024-12-31 09:01:02 +0000
committertrisusilo <tri.susilo@altama.co.id>2024-12-31 09:01:02 +0000
commitf66b00a36b39a1efd506fc7d96a240c10e77ec62 (patch)
treef640f608d2fe9da2b61d5fb31af52a16dde66240 /src/lib/checkout/components/CheckoutOld.jsx
parentd76f96c44f85e7e0efbd544e6b97bd80920b0039 (diff)
parentd20adeb6a5f6e153e2d1cfc8c8c77f4cceb743e8 (diff)
Merged in CR/PPn12% (pull request #400)
CR/PPn12%
Diffstat (limited to 'src/lib/checkout/components/CheckoutOld.jsx')
-rw-r--r--src/lib/checkout/components/CheckoutOld.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checkout/components/CheckoutOld.jsx b/src/lib/checkout/components/CheckoutOld.jsx
index 5b479a73..433c5672 100644
--- a/src/lib/checkout/components/CheckoutOld.jsx
+++ b/src/lib/checkout/components/CheckoutOld.jsx
@@ -239,7 +239,7 @@ const Checkout = () => {
setIsLoading(false)
window.location.href = payment.data.redirectUrl
}
- const taxTotal = (totalAmount - totalDiscountAmount) * 0.11
+ const taxTotal = (totalAmount - totalDiscountAmount) * (PPN - 1)
return (
<>