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

Canceled subscriptions are now always inactive #860

Merged
merged 4 commits into from
Oct 16, 2023
Merged

Canceled subscriptions are now always inactive #860

merged 4 commits into from
Oct 16, 2023

Conversation

excid3
Copy link
Collaborator

@excid3 excid3 commented Oct 16, 2023

This makes all status: :canceled subscriptions as inactive.

Previously, ends_at could be set to a future time and a canceled subscription would still be considered active until that time. This was implement to make Braintree consisted where canceling a subscription during a trial would have no way of providing access until the end of the trial.

We've decided to make Braintree end the trial immediately and treat all canceled subscriptions as inactive.

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.

None yet

2 participants