compucorp / uk.co.compucorp.membershipextras

Membership Extras for CiviCRM
Other
5 stars 8 forks source link

CIWEMB-217: Add new hook membershipextras_postPaymentSchemeRenewalAutoRenewal for payment scheme autorenwals #465

Closed omarabuhussein closed 1 year ago

omarabuhussein commented 1 year ago

Before

~

After

New hook is now dispatched after each payment plan that is linked to payment scheme autorenewal, the hook signature is:

hook_membershipextras_postPaymentSchemeRenewalAutoRenewal($paymentProcessorId, $recurContributionId, $renewalContributions)

where:

This hook will be implemented later in the GoCardless extension to manage the payments in GoCardless after autorenewal.