Hit Api Buy Stagging

This commit is contained in:
2022-01-04 16:53:52 +07:00
parent 9b8cae7297
commit cc930cd195
2 changed files with 49 additions and 10 deletions

View File

@@ -175,12 +175,9 @@ export class Transaction {
}
async buyProduct(data) {
try {
const response = await http.post("/transaction/order").send(data);
console.log(response,'dari store')
return response;
} catch (e) {
console.error(e);
}
}
async buyProd(data) {