From 44eb2dad8d343f00c6038ebe2893a0c4c5014bf7 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Mon, 3 Apr 2023 10:52:20 +0700 Subject: feedback UAT page checkout --- src/lib/checkout/components/Checkout.jsx | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'src/lib/checkout/components') diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index ac751ff4..71f47a30 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -263,19 +263,15 @@ const Checkout = () => {
- + /> */} - + @@ -458,5 +454,23 @@ const SectionAddress = ({ address, label, url }) => ( )}
) +const PickupAddress = ({ address, label, url }) => ( +
+
+
{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 +

+

Telp : 021-2933 8828/29

+

Mobile : 0813 9000 7430

+
+
+) export default Checkout -- cgit v1.2.3