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