From bd65a11a9f6ed0589ccdf86745abbf12b17816e9 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 4 Apr 2023 17:00:51 +0700 Subject: forgot password --- src/lib/checkout/components/Checkout.jsx | 34 ++++++-------------------------- 1 file changed, 6 insertions(+), 28 deletions(-) (limited to 'src/lib/checkout/components') diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index 71f47a30..c9e0556b 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -161,11 +161,7 @@ const Checkout = () => { - + @@ -195,7 +191,7 @@ const Checkout = () => {
{currencyFormat(totalAmount - totalDiscountAmount)}
-
PPN 11% (Incl.)
+
PPN 11%
{currencyFormat(taxTotal)}
@@ -218,14 +214,6 @@ const Checkout = () => { - - - -
Purchase Order
@@ -263,14 +251,6 @@ const Checkout = () => {
- {/* */} - - - @@ -454,18 +434,16 @@ const SectionAddress = ({ address, label, url }) => ( )}
) -const PickupAddress = ({ address, label, url }) => ( +const PickupAddress = ({ label }) => (
{label}

Indoteknik

-

- Jl. Bandengan Utara Raya No.85, RT.3/RW.16, Penjaringan, Kec. Penjaringan, -

-

- Kota Jkt Utara, Daerah Khusus Ibukota Jakarta, Indonesia Kodepos : 14440 +

+ Jl. Bandengan Utara Raya No.85, RT.3/RW.16, Penjaringan, Kec. Penjaringan, Kota Jkt Utara, + Daerah Khusus Ibukota Jakarta, Indonesia Kodepos : 14440

Telp : 021-2933 8828/29

Mobile : 0813 9000 7430

-- cgit v1.2.3