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

Immediate cancelation of canceled memberships #6

Open
bkgoodman opened this issue Mar 22, 2019 · 0 comments
Open

Immediate cancelation of canceled memberships #6

bkgoodman opened this issue Mar 22, 2019 · 0 comments
Assignees

Comments

@bkgoodman
Copy link
Contributor

Memberships are privy to a 2-week "grace period" when people's subscriptions expire. This is to give people warning before cutting them off when things happen like on-file credit cards expire and need to be changed.

However, this grace period currently also applies to canceled memberships. Furthermore, since the system only looks at the "end date" of the subscription, and then grants the 2-week "grace period" on top of that - someone could cancel a subscription [near beginning of month] - and have access up to 6 weeks later.

We should maybe:

  1. Treat canceled as different than past_due
  2. Use a non-null canceled_at field as a definitive cutoff.
@bkgoodman bkgoodman self-assigned this Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant