diff --git a/deno/payloads/v10/monetization.ts b/deno/payloads/v10/monetization.ts index 4eb5b19d..0f73eb0d 100644 --- a/deno/payloads/v10/monetization.ts +++ b/deno/payloads/v10/monetization.ts @@ -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, } diff --git a/deno/payloads/v9/monetization.ts b/deno/payloads/v9/monetization.ts index 4eb5b19d..0f73eb0d 100644 --- a/deno/payloads/v9/monetization.ts +++ b/deno/payloads/v9/monetization.ts @@ -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, } diff --git a/payloads/v10/monetization.ts b/payloads/v10/monetization.ts index bd93909c..2667e849 100644 --- a/payloads/v10/monetization.ts +++ b/payloads/v10/monetization.ts @@ -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, } diff --git a/payloads/v9/monetization.ts b/payloads/v9/monetization.ts index bd93909c..2667e849 100644 --- a/payloads/v9/monetization.ts +++ b/payloads/v9/monetization.ts @@ -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, }