summaryrefslogtreecommitdiff
path: root/src/lib/merchant/api/getMerchantProgresApi.js
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-05-27 08:29:22 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-05-27 08:29:22 +0700
commitfd867a90e22fb2fc2fb16237165796ebe0cabab0 (patch)
tree2cc256e78224a72934f1de345b7dc7a76c4ba589 /src/lib/merchant/api/getMerchantProgresApi.js
parent3d91a6e1ac168d0749cd816c1ea99b44336ffa0c (diff)
<hafid> off site merchant
Diffstat (limited to 'src/lib/merchant/api/getMerchantProgresApi.js')
-rw-r--r--src/lib/merchant/api/getMerchantProgresApi.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/merchant/api/getMerchantProgresApi.js b/src/lib/merchant/api/getMerchantProgresApi.js
index d356ad78..3bec15fe 100644
--- a/src/lib/merchant/api/getMerchantProgresApi.js
+++ b/src/lib/merchant/api/getMerchantProgresApi.js
@@ -1,10 +1,10 @@
-import odooApi from '@/core/api/odooApi';
-import { getAuth } from '@/core/utils/auth';
+// import odooApi from '@/core/api/odooApi';
+// import { getAuth } from '@/core/utils/auth';
-const createMerchantApi = async () => {
- const auth = getAuth();
- const lead = await odooApi('GET', `/api/v1/check-merchant/${auth.partnerId}`);
- return lead;
-};
+// const createMerchantApi = async () => {
+// const auth = getAuth();
+// const lead = await odooApi('GET', `/api/v1/check-merchant/${auth.partnerId}`);
+// return lead;
+// };
-export default createMerchantApi;
+// export default createMerchantApi;