Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entitlement migration guide updates #7201

Merged
merged 3 commits into from
Oct 7, 2024
Merged

Conversation

colinloretz
Copy link
Contributor

Updates to the entitlement migration guide:

  • The migration will run through November 1, 2024 to ensure that any entitlements that are set to renew in October will be properly migrated to the new entitlement system upon renewal.
  • ENTITLEMENT_UPDATE events will only occur when a subscription ends.
  • The value of the ends_at in ENTITLEMENT_UPDATE events indicate the timestamp for when the entitlement is no longer valid.
  • The ends_at value on the entitlement object is set when the subscription ends.
  • To receive the value of when a subscription was canceled, you should listen for the SUBSCRIPTION_UPDATE events or use the Subscription API.

@colinloretz colinloretz requested a review from a team as a code owner October 7, 2024 21:48
@colinloretz colinloretz requested review from shaydewael and removed request for a team October 7, 2024 21:48
@colinloretz colinloretz merged commit a9cd227 into main Oct 7, 2024
4 checks passed
@colinloretz colinloretz deleted the entitlement-migration-updates branch October 7, 2024 22:07
@@ -19,7 +19,7 @@ When creating subscriptions, you will need to choose between user or guild subsc
## How App Subscriptions Work

> danger
> **Starting on October 1st, 2024**, the `ENTITLEMENT_CREATE` and `ENTITLEMENT_UPDATE` event behavior is changing. Please see the [Change Log and Entitlement Migration Guide](#DOCS_CHANGE_LOG/subscription-api-and-entitlement-migration) for more information on what is changing and how to prepare.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a tad too late but I'm assuming this space removal was accidental?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants