Project60 / org.project60.sepa

SEPA direct debit integration with civicrm
19 stars 46 forks source link

Use cancel_reason for RCUR mandates #561

Open bjendres opened 4 years ago

bjendres commented 4 years ago

Historically, CiviSEPA used a note entity to store the cancel reason that was entered by the user upon cancellation. The reason is, that, the civicrm_contribution_recur table didn't have a cancel_reason column, like the civicrm_contribution table. See also #409.

Recently, however, this column has been added, so we should start using it.

Implementing would include:

lbl-knts commented 1 year ago

Record the cancel reason in the (core) contribution field seems then to be searchable for fundraisers, who want to know why the customers cancel their recurring contributions. Would be valuable feature!