fix(SubscriptionStatus): correct status enum values (#1675)

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
Kshitij Anurag
2026-06-13 17:04:23 +05:30
committed by GitHub
parent ba62806f1e
commit edd6d9ecbf
4 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -211,12 +211,12 @@ export enum SubscriptionStatus {
* Subscription is active and scheduled to renew.
*/
Active,
/**
* Subscription is active but will not renew.
*/
Ending,
/**
* Subscription is inactive and not being charged.
*/
Inactive,
/**
* Subscription is active but will not renew.
*/
Ending,
}
+4 -4
View File
@@ -211,12 +211,12 @@ export enum SubscriptionStatus {
* Subscription is active and scheduled to renew.
*/
Active,
/**
* Subscription is active but will not renew.
*/
Ending,
/**
* Subscription is inactive and not being charged.
*/
Inactive,
/**
* Subscription is active but will not renew.
*/
Ending,
}
+4 -4
View File
@@ -211,12 +211,12 @@ export enum SubscriptionStatus {
* Subscription is active and scheduled to renew.
*/
Active,
/**
* Subscription is active but will not renew.
*/
Ending,
/**
* Subscription is inactive and not being charged.
*/
Inactive,
/**
* Subscription is active but will not renew.
*/
Ending,
}
+4 -4
View File
@@ -211,12 +211,12 @@ export enum SubscriptionStatus {
* Subscription is active and scheduled to renew.
*/
Active,
/**
* Subscription is active but will not renew.
*/
Ending,
/**
* Subscription is inactive and not being charged.
*/
Inactive,
/**
* Subscription is active but will not renew.
*/
Ending,
}