MultiSafepay / magento2-graphql

MultiSafepay GraphQL module for Magento 2
Open Software License 3.0
7 stars 2 forks source link

Check wether the payment method has been configured to use components before throwing error #8

Closed indykoning closed 2 weeks ago

indykoning commented 3 months ago

Fixes: #7

Provided are 2 flavours. This one, is checking if the type is related to using the components and if require the additional data instead of always requiring it. However e.g. IDEAL can still redirect but does not have such configuration options.

Thus it may still throw an error if we want to redirect to multisafepay.

For this i've created https://github.com/MultiSafepay/magento2-graphql/pull/8

vinodsowdagar commented 2 weeks ago

Closing this in favor of https://github.com/MultiSafepay/magento2-graphql/pull/9 Thanks for the contribution!