chore: complete the the invoice module - not tested
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export enum InvoiceStatus {
|
||||
PENDING = "PENDING",
|
||||
PAID = "PAID",
|
||||
CANCELED = "CANCELED",
|
||||
EXPIRED = "EXPIRED",
|
||||
CANCELLED = "CANCELLED",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user