You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SUBSCRIPTION_CREATE`| when the subscription is initially created. `status` is `0 (active)` if the entitlement has been granted or `1 (ending)` if the entitlement has not yet been granted. |
112
112
|`ENTITLEMENT_CREATE`| when the user is granted an entitlement for the new subscription |
113
-
|`SUBSCRIPTION_UPDATE`| when the subscription is updated with the `entitlement_id`, `sku_id`, and `status` (`0 (active)`) |
113
+
|`SUBSCRIPTION_UPDATE`| when the subscription is updated with the `entitlement_ids`, `renewal_sku_ids`, and `status` (`0 (active)`) |
114
114
115
115
### Cancelling an existing subscription
116
116
@@ -159,7 +159,7 @@ When the subscription is upgraded, the current entitlement for the lower tier wi
0 commit comments