Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings form for hide_bic and hide_billing #2

Open
Detsieber opened this issue Apr 9, 2021 · 1 comment
Open

Settings form for hide_bic and hide_billing #2

Detsieber opened this issue Apr 9, 2021 · 1 comment
Labels
enhancement New feature or request needs:funding There's no sufficient funding for this ticket
Milestone

Comments

@Detsieber
Copy link
Member

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');

@bjendres bjendres added the enhancement New feature or request label Apr 12, 2021
@bjendres
Copy link
Member

Thanks for reporting, @Detsieber. It's a shame this wasn't noticed in the beta testing phase.

@bjendres bjendres added this to the 1.1 milestone Apr 12, 2021
@bjendres bjendres added the needs:funding There's no sufficient funding for this ticket label Apr 26, 2021
@bjendres bjendres modified the milestones: 1.1.0, 1.2.x Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs:funding There's no sufficient funding for this ticket
Projects
None yet
Development

No branches or pull requests

2 participants