diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-01-28 09:46:11 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-01-28 09:46:11 +0700 |
| commit | c26a0d026886e6f70ea3487b9d83a54d20b9c1e4 (patch) | |
| tree | 2c633d36d5700a6fd61a18f0e292ddce04039849 /src/lib/checkout/components/Checkout.jsx | |
| parent | 00afe24409bf3cd517597e7c59cf1c12535c54c0 (diff) | |
biteship
Diffstat (limited to 'src/lib/checkout/components/Checkout.jsx')
| -rw-r--r-- | src/lib/checkout/components/Checkout.jsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index 5f630799..3ad833ec 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -168,6 +168,7 @@ const Checkout = () => { selectedService, listExpedisi, setExpedisi, + productSla } = useCheckout(); const expedisiValidation = useRef(null); @@ -1171,7 +1172,7 @@ const Checkout = () => { <div className='text-gray_r-11'> Biaya Kirim{' '} <p className='text-xs mt-1'> - {formatShipmentRange(etd, unit)} + {formatShipmentRange(etd, unit, productSla)} </p> </div> <div> @@ -1479,7 +1480,7 @@ const Checkout = () => { <div className='text-gray_r-11'> Biaya Kirim <p className='text-xs mt-1'> - {formatShipmentRange(etd, unit)} + {formatShipmentRange(etd, unit, productSla)} </p> </div> <div> |
