summaryrefslogtreecommitdiff
path: root/src/lib/merchant/api/getMerchantProgresApi.js
diff options
context:
space:
mode:
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;