Perbaikan Project PPOB

This commit is contained in:
2022-01-03 11:11:25 +07:00
parent 2a42e49a00
commit a851ce019e
2 changed files with 3 additions and 1 deletions

View File

@@ -178,7 +178,8 @@ export class Transaction {
async buyProd(data) {
try {
const response = await http.post("//transaction/order-prod").send(data);
const response = await http.post("/transaction/order-prod").send(data);
console.log(response)
return response;
} catch (e) {
console.error(e);