- Issue created by @hansrossel
- 🇳🇱Netherlands jaapjansma
The merge request looks good to me. I have merged it. Thanks
Automatically closed - issue fixed for 2 weeks with no activity.
The current default label of the handler is CiviCRM Form Processor with CiviMcRestFace (CMRF) which gives by default civicrm_form_processor_with_civimcrestface_cmrf as handler id.
The code expects in the cmrf_form_processor_mollie submodule that the handler id's are named 'cmrf_form_processor' and 'mollie_payment_handler'. This is not always the case, as the machine name depends on the chosen label. So it is better to work with the handler type/provider, which is independent of the label/machine name of the handlers.
Having the wrong handler id in the code conditions gives all kinds of bugs.
Needs review
2.2
Code
The merge request looks good to me. I have merged it. Thanks
Automatically closed - issue fixed for 2 weeks with no activity.