diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-03-17 09:06:47 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-03-17 09:06:47 +0700 |
| commit | f88f457fd1b91298ea8a7f9f396e49660a81e276 (patch) | |
| tree | feb01c0c8b0e7c277c1642dd9801b7b7efcbee2a /src/lib/checkout/utils/functionCheckouit.js | |
| parent | 00ba9833becbea5b25c6aafcb95b327d8adef4e3 (diff) | |
handle bug service type kurir
Diffstat (limited to 'src/lib/checkout/utils/functionCheckouit.js')
| -rw-r--r-- | src/lib/checkout/utils/functionCheckouit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checkout/utils/functionCheckouit.js b/src/lib/checkout/utils/functionCheckouit.js index a95e6fb4..a7fa8c5a 100644 --- a/src/lib/checkout/utils/functionCheckouit.js +++ b/src/lib/checkout/utils/functionCheckouit.js @@ -11,7 +11,7 @@ export function formatShipmentRange( } let minRange, maxRange; - console.log('ini masuk', shipmentDurationRange); + console.log('ini masuk format shipment range', shipmentDurationRange, shipmentDurationUnit, productSLA); // Cek apakah durasi berupa range atau angka tunggal if (shipmentDurationRange.includes('-')) { |
