blob: be27e94726c1b2f1dee0e40f598f8365b5455e0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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;
// };
// export default createMerchantApi;
|