summaryrefslogtreecommitdiff
path: root/src/lib/merchant/api/getMerchantProgresApi.js
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-05-31 21:39:53 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-05-31 21:39:53 +0700
commit77f976d3bd09d9e00d4d55bbd40579b439405d96 (patch)
treea8959bba3d8a51570c439789f92653409a0065ae /src/lib/merchant/api/getMerchantProgresApi.js
parentca05a70e98e9066882de6394ffbd89db7af2cb9d (diff)
parent2a1dea70b8f0062fe8eebeb7139a7b77a24e220b (diff)
Merge branch 'new-release' of https://bitbucket.org/altafixco/next-indoteknik into biteship-merge
# Conflicts: # src/lib/checkout/components/Checkout.jsx # src/lib/transaction/components/Transaction.jsx
Diffstat (limited to 'src/lib/merchant/api/getMerchantProgresApi.js')
-rw-r--r--src/lib/merchant/api/getMerchantProgresApi.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/merchant/api/getMerchantProgresApi.js b/src/lib/merchant/api/getMerchantProgresApi.js
new file mode 100644
index 00000000..3bec15fe
--- /dev/null
+++ b/src/lib/merchant/api/getMerchantProgresApi.js
@@ -0,0 +1,10 @@
+// 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;
+// };
+
+// export default createMerchantApi;