From fd867a90e22fb2fc2fb16237165796ebe0cabab0 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Tue, 27 May 2025 08:29:22 +0700 Subject: off site merchant --- src/lib/merchant/api/getMerchantProgresApi.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/lib/merchant/api/getMerchantProgresApi.js') 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; -- cgit v1.2.3