chore: complete the the invoice module - not tested
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export enum SubscriptionStatus {
|
||||
ACTIVE = "ACTIVE",
|
||||
INACTIVE = "INACTIVE",
|
||||
PENDING = "PENDING",
|
||||
CANCELED = "CANCELED",
|
||||
EXPIRED = "EXPIRED",
|
||||
}
|
||||
Reference in New Issue
Block a user