diff options
Diffstat (limited to 'src/lib/merchant/api/getMerchantApi.js')
| -rw-r--r-- | src/lib/merchant/api/getMerchantApi.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/merchant/api/getMerchantApi.js b/src/lib/merchant/api/getMerchantApi.js index a1a4f877..be27e947 100644 --- a/src/lib/merchant/api/getMerchantApi.js +++ b/src/lib/merchant/api/getMerchantApi.js @@ -1,13 +1,13 @@ -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/detail-merchant/${auth.partnerId}` - ); - return lead; -}; +// const createMerchantApi = async () => { +// const auth = getAuth(); +// const lead = await odooApi( +// 'GET', +// `/api/v1/detail-merchant/${auth.partnerId}` +// ); +// return lead; +// }; -export default createMerchantApi; +// export default createMerchantApi; |
