summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components/SectionExpedition.jsx
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-02-15 19:53:06 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-02-15 19:53:06 +0700
commit3566e7abaad39133162427b6bfe29213c9d5a3d7 (patch)
treecccbd4fd78c4d27e7c722723c67ce57a5f955fc6 /src/lib/checkout/components/SectionExpedition.jsx
parent0f1eaf02d961ced87895aa56cefb4c31ab3d03ac (diff)
fix
Diffstat (limited to 'src/lib/checkout/components/SectionExpedition.jsx')
-rw-r--r--src/lib/checkout/components/SectionExpedition.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/checkout/components/SectionExpedition.jsx b/src/lib/checkout/components/SectionExpedition.jsx
index 66182589..001f5006 100644
--- a/src/lib/checkout/components/SectionExpedition.jsx
+++ b/src/lib/checkout/components/SectionExpedition.jsx
@@ -249,8 +249,7 @@ export default function SectionExpedition({ products }) {
const fetchExpedition = async () => {
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: process.env.NEXT_PUBLIC_BITESHIP_CODE_COURIERS,
items: items,
};
try {