blob: 3bec15fe6245dd583610a83e641046809aec9962 (
plain)
1
2
3
4
5
6
7
8
9
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;
|