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

Bugfix for problem with activating new memberships in grace period #743

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

lucianak
Copy link
Contributor

@lucianak lucianak commented Mar 7, 2024

The bug: when a new membership is bought during the grace period, the old membership is cancelled immediately because the old membership is overdue, but the new membership is not activated because the old membership is still active.

Proposed fix: the old membership is not cancelled immediately, the new membership is added as dormant, and the changeover scheduler handles the transition

@lucianak lucianak marked this pull request as ready for review March 12, 2024 17:43
@lucianak lucianak requested a review from hdahlheim March 12, 2024 17:43
@lucianak
Copy link
Contributor Author

Changed behaviour not while the new membership is created, but how the old membership is cancelled and the changeover is handled. It works for the yearly abo changeover, but we need to make sure it works for other changeovers as expected.

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.

1 participant