From 31b033990411eb21cd0910c137a17b4089f546e4 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 2 Sep 2025 13:45:10 +0700 Subject: Fix Finish Checkout --- src/lib/checkout/components/FinishCheckout.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/checkout/components') diff --git a/src/lib/checkout/components/FinishCheckout.jsx b/src/lib/checkout/components/FinishCheckout.jsx index d533325e..8c347d38 100644 --- a/src/lib/checkout/components/FinishCheckout.jsx +++ b/src/lib/checkout/components/FinishCheckout.jsx @@ -60,7 +60,7 @@ const FinishCheckout = ({ query }) => {

Estimasi Barang Siap pada Tanggal

{data?.expectedReadyToShip}

Cek Detail Transaksi @@ -74,7 +74,7 @@ const FinishCheckout = ({ query }) => { {' '} atau{' '} - kirim rincian pesanan ulang + Kirim rincian pesanan ulang ke Email anda. . -- cgit v1.2.3 From e8b21eb1be3f213f7efd21d4e1b59bf583368123 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 2 Sep 2025 13:47:37 +0700 Subject: Change string as req --- src/lib/checkout/components/FinishCheckout.jsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'src/lib/checkout/components') diff --git a/src/lib/checkout/components/FinishCheckout.jsx b/src/lib/checkout/components/FinishCheckout.jsx index 8c347d38..51837a59 100644 --- a/src/lib/checkout/components/FinishCheckout.jsx +++ b/src/lib/checkout/components/FinishCheckout.jsx @@ -55,10 +55,19 @@ const FinishCheckout = ({ query }) => {
Terima Kasih atas Pembelian di Indoteknik.com
-

No. Transaksi: {query?.order_id?.replaceAll('-', '/')}

+

+ No. Transaksi:{' '} + + {query?.order_id?.replaceAll('-', '/')} + +

-

Estimasi Barang Siap pada Tanggal

-

{data?.expectedReadyToShip}

+

+ Estimasi Barang Siap pada Tanggal +

+

+ {data?.expectedReadyToShip} +

{ {' '} atau{' '} - Kirim rincian pesanan ulang ke Email anda. + Kirim ulang rincian pesanan ke Email anda. .
-- cgit v1.2.3 From 13407f8681294512bab044f1604a050683c23866 Mon Sep 17 00:00:00 2001 From: "Indoteknik ." Date: Tue, 2 Sep 2025 18:25:34 +0700 Subject: (andri) fix --- src/lib/checkout/components/Checkout.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/checkout/components') diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index d8ede118..c789edc1 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -1019,10 +1019,10 @@ const Checkout = () => { )} - {selectedCarrierId == SELF_PICKUP_ID && ( + {selectedCourierId == SELF_PICKUP_ID && ( )} - {selectedCarrierId != SELF_PICKUP_ID && ( + {selectedCourierId != SELF_PICKUP_ID && ( {
{' '}
- {selectedCarrierId == SELF_PICKUP_ID && ( + {selectedCourierId == SELF_PICKUP_ID && ( )} - {selectedCarrierId != SELF_PICKUP_ID && ( + {selectedCourierId != SELF_PICKUP_ID && (