summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components/SectionExpedition.jsx
diff options
context:
space:
mode:
authorIndoteknik . <andrifebriyadiputra@gmail.com>2025-06-16 11:14:28 +0700
committerIndoteknik . <andrifebriyadiputra@gmail.com>2025-06-16 11:14:28 +0700
commit5754fd0a95bc72f0e97e6af2d246f4d14a45bf9f (patch)
treeecb77ff4fed56895b2a213416500d7ff5722ff87 /src/lib/checkout/components/SectionExpedition.jsx
parent755163a9f803e6959afb4568baa55538b9628cab (diff)
(andri) fix self pick up checkout
Diffstat (limited to 'src/lib/checkout/components/SectionExpedition.jsx')
-rw-r--r--src/lib/checkout/components/SectionExpedition.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/checkout/components/SectionExpedition.jsx b/src/lib/checkout/components/SectionExpedition.jsx
index 40084048..fdad04ce 100644
--- a/src/lib/checkout/components/SectionExpedition.jsx
+++ b/src/lib/checkout/components/SectionExpedition.jsx
@@ -308,6 +308,7 @@ export default function SectionExpedition({ products }) {
}
} else {
setSelectedCourier(courier === 32 ? 'SELF PICKUP' : null);
+ setSelectedCourierId(courier);
setServiceOptions([]);
}
};