You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When requesting all available payment methods via GraphQl in the store_config query, the payment method mollie_methods_paymentlink is returned which should not happen as it's no payment method that should exist outside the admin scope.
Used versions
Magento Version number: 2.4.5
Open source/Enterprise/B2b: Open source
Mollie version number (Check configuration): 2.16.0
To Reproduce
Steps to reproduce the behavior:
Enable the payment method mollie_methods_paymentlink
Execute the following GraphQl query:
Expected behavior
The payment method mollie_methods_paymentlink is not returned.
Actual behavior
The payment method mollie_methods_paymentlink is returned.
Additional context
I know that there is an extra query molliePaymentMethods but the problem with that query is that it doesn't care about anything I set in the adminhtml as configuration for the methods, the title is ignored, which payment methods are activated, etc. Is this another bug or intended behaviour?
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue. Looking at the documentation and checking the code for this specific attribute, I can’t seem to find any reference to this. Could it be that this field is provided by some custom code?
@Frank-Magmodules Uff, you're absolutely right, I completely forgot about that module we have that does exactly this.
Thanks for your quick answer, I'm gonna stand in the corner to be ashamed of myself and fix the issue 😆
Describe the bug
When requesting all available payment methods via GraphQl in the store_config query, the payment method
mollie_methods_paymentlink
is returned which should not happen as it's no payment method that should exist outside the admin scope.Used versions
To Reproduce
Steps to reproduce the behavior:
Enable the payment method
mollie_methods_paymentlink
Execute the following GraphQl query:
Expected behavior
The payment method
mollie_methods_paymentlink
is not returned.Actual behavior
The payment method
mollie_methods_paymentlink
is returned.Additional context
I know that there is an extra query
molliePaymentMethods
but the problem with that query is that it doesn't care about anything I set in the adminhtml as configuration for the methods, the title is ignored, which payment methods are activated, etc. Is this another bug or intended behaviour?The text was updated successfully, but these errors were encountered: