Project60 / org.project60.sepa

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

Fix for #667 - Made account holder optional for create one off mandate form processor action #689

Closed jaapjansma closed 1 year ago

jaapjansma commented 1 year ago

Before

In the form processor the action for creating one off mandates has a required field for account holder

After

The field is not required anymore

This is a similar fix as #668