-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
dev/core#4418 Fix Payment Processor accepted_credit_cards regression #26755
dev/core#4418 Fix Payment Processor accepted_credit_cards regression #26755
Conversation
Thank you for contributing to CiviCRM! ❤️ Here's what's next:
|
The issue associated with the Pull Request can be viewed at https://lab.civicrm.org/dev/core/-/issues/4418 |
3b72287
to
e40e2b0
Compare
Thanks @larssandergreen - I guess master IS the rc right now. @colemanw any appetitie to fix 'the right way' (support json in apiv4) or should we just go with this -- note more detail on the gitlab |
so is the problem that we are JSON encoding the field before its passed to APIv4 and then v4 is JSON encoding again? |
@seamuslee001 Yes, you're right. I'll change this! |
e40e2b0
to
b2b955f
Compare
Overview
Edit: Turns out you have to pass the values to the API as an array, not as JSON.
See issue #4418
Before
accepted_credit_cards not saved.
After
Works