Skip to content

Commit ec65e7c

Browse files
authored
Fix subscription statuses (#7110)
1 parent 52b0db5 commit ec65e7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/resources/Subscription.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ If the user cancels the subscription, the subscription will enter the `ENDING` s
4343

4444
| Type | Value | Description |
4545
|----------|-------|-------------------------------------------------|
46-
| ACTIVE | 1 | Subscription is active and scheduled to renew. |
47-
| ENDING | 2 | Subscription is active but will not renew. |
48-
| INACTIVE | 3 | Subscription is inactive and not being charged. |
46+
| ACTIVE | 0 | Subscription is active and scheduled to renew. |
47+
| ENDING | 1 | Subscription is active but will not renew. |
48+
| INACTIVE | 2 | Subscription is inactive and not being charged. |
4949

5050
> info
5151
> Subscription status should not be used to grant perks. Use [entitlements](#DOCS_RESOURCES_ENTITLEMENT/entitlement-object) as an indication of whether a user should have access to a specific SKU. See our guide on [Implementing App Subscriptions](#DOCS_MONETIZATION_IMPLEMENTING_APP_SUBSCRIPTIONS) for more information.

0 commit comments

Comments
 (0)