We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To retrieve the available payment methods we currently do 6 requests:
wp-pronamic-pay-mollie/src/Gateway.php
Lines 113 to 170 in 8444f3a
wp-pronamic-pay-mollie/tests/src/GatewayTest.php
Lines 59 to 64 in 8444f3a
This is not optimal and we can simplify it in the future via, for example, https://docs.mollie.com/reference/v2/methods-api/list-all-methods.
This is also related to the following issue:
The text was updated successfully, but these errors were encountered:
This is fixed / simplified in aba5a4f.
Sorry, something went wrong.
No branches or pull requests
To retrieve the available payment methods we currently do 6 requests:
wp-pronamic-pay-mollie/src/Gateway.php
Lines 113 to 170 in 8444f3a
wp-pronamic-pay-mollie/tests/src/GatewayTest.php
Lines 59 to 64 in 8444f3a
This is not optimal and we can simplify it in the future via, for example, https://docs.mollie.com/reference/v2/methods-api/list-all-methods.
This is also related to the following issue:
The text was updated successfully, but these errors were encountered: