-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
With the extraction of SEPAPP from the SEPA extension, the settings form for the payment processor settings got lost.
Currently the settings for hide_bic and hide_billing have to be entered manually into the table civicrm_setting.
It would be nice to have a settings form to enter these settings via the UI.
Or, as a simple alternative, these settings could be entered automatically into the database during installation of SEPAPP (since I cannot imagine any use case to change these settings):
INSERT INTO civicrm_setting (name, value, domain_id, contact_id, is_domain, component_id, created_date, created_id) VALUES ('pp_hide_bic', 's:1:"1";', '1', NULL, '1', NULL, '2021-04-09 11:07:08', '2');
INSERT INTO civicrm_setting (name, value, domain_id, contact_id, is_domain, component_id, created_date, created_id) VALUES ('pp_hide_billing', 's:1:"1";', '1', NULL, '1', NULL, '2021-04-09 11:07:08', '2');
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request