Perbaikan Project PPOB

This commit is contained in:
2022-01-04 13:10:50 +07:00
parent 718134dc27
commit 9b8cae7297
3 changed files with 10 additions and 12 deletions

View File

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