-
Notifications
You must be signed in to change notification settings - Fork 14
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
Extend a membership by completing a contribution #18
Comments
…a membership payment is added.
@jaapjansma: Sounds/looks great. I'll have a look and merge when I'm back from BRX. |
@systopia I am going to add another commit to check whether the contribution is completed before extending the membership. |
…oon as a contribution is completed.
I have updated the PR (#19). It now triggers when a contribution is completed. It will then check if the contribution is linked with a membership and if so (and the setting is enabled) then it will extend the membership end date. |
released with |
I want to extend the membership period as soon as a pending contribution is set to completed.
The use case is:
I have a membership organisation and I collect membership payment with Sepa Direct Debit. When I create the file the contributions are automaticly linked to the membership (see #10). The contributions are immediatly set to completed as we deal with failures manually. Now I want that the membership is extended with the status current as sson as the contribution is set to completed.
Solution:
Provide a checkbox to enable/disable this functionality from the configuration and then whenever a contribution is updated and the status is set to completed we should extend the membership.
The text was updated successfully, but these errors were encountered: