diff options
| author | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-06-16 11:14:28 +0700 |
|---|---|---|
| committer | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-06-16 11:14:28 +0700 |
| commit | 5754fd0a95bc72f0e97e6af2d246f4d14a45bf9f (patch) | |
| tree | ecb77ff4fed56895b2a213416500d7ff5722ff87 /src/lib/checkout/components/SectionExpedition.jsx | |
| parent | 755163a9f803e6959afb4568baa55538b9628cab (diff) | |
(andri) fix self pick up checkout
Diffstat (limited to 'src/lib/checkout/components/SectionExpedition.jsx')
| -rw-r--r-- | src/lib/checkout/components/SectionExpedition.jsx | 1 |
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([]); } }; |
