-fix url for login and transaction si hemat
This commit is contained in:
@@ -37,7 +37,7 @@ export const doTransaction = async (
|
||||
code: `${productCode}`,
|
||||
type: `${typePaid}`,
|
||||
};
|
||||
const res = await axios.post(`${supplier.url}`, data, options);
|
||||
const res = await axios.post(`${supplier.url}/v1/transaction/request`, data, options);
|
||||
|
||||
return res.data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user