chore: add create customer and update customer for admin
This commit is contained in:
@@ -187,7 +187,6 @@ export class InvoicesService {
|
||||
totalPrice: totalPrice,
|
||||
tax: taxAmount.toNumber(),
|
||||
status: InvoiceStatus.WAIT_PAYMENT,
|
||||
paidAt: new Date(),
|
||||
dueDate,
|
||||
items: [invoiceItem],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user