Perbaikan Project PPOB
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user