- add check bill and postpaid in b2c
This commit is contained in:
@@ -222,6 +222,12 @@ export class Transaction {
|
||||
return response;
|
||||
}
|
||||
|
||||
async checkBill(data) {
|
||||
const response = await http.post("/transaction/check-bill").send(data);
|
||||
console.log(response)
|
||||
return response;
|
||||
}
|
||||
|
||||
async update(id, data) {
|
||||
try {
|
||||
const response = await http.put(`/product/${id}`).send(data);
|
||||
|
||||
Reference in New Issue
Block a user