diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-02-15 19:43:36 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-02-15 19:43:36 +0700 |
| commit | 0f1eaf02d961ced87895aa56cefb4c31ab3d03ac (patch) | |
| tree | b81e7ecfcaccf1e16ca862c05e20c3c821da1a9d /src/lib/checkout/api/getRatesCourier.js | |
| parent | af3b8a74d1f851c9c754814c900749e5bd6ee4cc (diff) | |
fix code rates biteship
Diffstat (limited to 'src/lib/checkout/api/getRatesCourier.js')
| -rw-r--r-- | src/lib/checkout/api/getRatesCourier.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/checkout/api/getRatesCourier.js b/src/lib/checkout/api/getRatesCourier.js index 30cfe6e1..0108a3b8 100644 --- a/src/lib/checkout/api/getRatesCourier.js +++ b/src/lib/checkout/api/getRatesCourier.js @@ -5,8 +5,7 @@ const GetRatesCourierBiteship = async ({ destination, items }) => { const couriers = process.env.NEXT_PUBLIC_BITESHIP_CODE_COURIERS; let body = { ...destination, - couriers: - 'gojek, grab, deliveree, lalamove, jne, tiki, ninja, lion, rara, sicepat, jnt, pos, idexpress, rpx, wahana, jdl, pos, anteraja, sap, paxel, borzo', + couriers: couriers, items: items, }; |
