diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-04-28 08:46:44 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-04-28 08:46:44 +0700 |
| commit | 5077cf5ac59e15529de1abab43b4a49a4722bd2d (patch) | |
| tree | 8b2fa57ae944a60b32d96e8078575c4d9a033ef6 /src/lib | |
| parent | 71ca9d6c85871b6bcb2976ed4911032aab4d32e7 (diff) | |
handlig cache sla pengiriman
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/checkout/components/SectionExpedition.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/checkout/components/SectionExpedition.jsx b/src/lib/checkout/components/SectionExpedition.jsx index b017c82e..40084048 100644 --- a/src/lib/checkout/components/SectionExpedition.jsx +++ b/src/lib/checkout/components/SectionExpedition.jsx @@ -32,8 +32,8 @@ function reverseMappingCourier(couriersOdoo, couriers, includeInstant = false) { const key = courier_code.toLowerCase(); if ( - !includeInstant && - ['hours'].includes(item.shipment_duration_unit.toLowerCase()) + !includeInstant && (['hours'].includes(item.shipment_duration_unit.toLowerCase()) || item.service_type == 'same_day') + ) { return acc; } |
