-
Notifications
You must be signed in to change notification settings - Fork 53
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
Cannot save API key in Mollie v2.35.0 #752
Comments
I can confirm this behaviour. Both TEST and LIVE api keys were filled when saving the form.
|
Hotfix:Change the backend model of field "type" to old value like it was in v2.34.0. In File
to
Afterwards flush magento cache and try again. |
I can also confirm this behaviour. Both TEST and LIVE api keys were filled when saving the form. *Magento Version number: 2.4.6-p4 |
Hello @joachimVT , @KathiD303 , and @ImanuelBertrand , thank you for opening this issue. We've solved the issue in a new release, version 2.35.1. Apologies for the inconvenience caused, and we appreciate your feedback. I'll mark this issue as resolved for now, but please don't hesitate to reopen it if necessary. |
Describe the bug
Cannot save the API key in Mollie v2.35.0
Used versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
API key can be saved.
Actual behavior
API key can be saved and remains empty. Error: Something went wrong while saving this configuration: [2024-02-26T15:38:17+0000] Invalid API key: ''. An API key must start with 'test_' or 'live_' and must be at least 30 characters long
The text was updated successfully, but these errors were encountered: