compucorp / uk.co.compucorp.membershipextras

Membership Extras for CiviCRM
Other
5 stars 8 forks source link

PROD-15: Remove code that depends on removed CiviCRM core patch #396

Closed omarabuhussein closed 2 years ago

omarabuhussein commented 3 years ago

Here I removed code that depends on removed CiviCRM core patch the introduce hook_civicrm_preSave hook, which we implemented here to prevent CiviCRM from canceling the membership if any of the payment plan installments got cancelled.

The reason for that is that we now rely on disabling a core extension called 'contributioncancelactions' ( https://github.com/compucorp/compuclient/pull/147) which should give us the behavior we are trying to accomplish.