mollie / magento2

Mollie Payments for Magento 2
https://www.mollie.com
Other
98 stars 50 forks source link

REST - Creditcard Vault is shown, even when disabled #597

Closed evs-xsarus closed 1 year ago

evs-xsarus commented 1 year ago

Describe the bug When loading the payment methods for the checkout using REST, the creditcard_vault is returned. This shouldn't be happening because it's set to disabled in the configuration.

Used versions

To Reproduce Steps to reproduce the behavior:

  1. Go to 'rest/nl/V1/guest-carts/xxx/payment-information'

with a correct quote token on xxx.

Make sure setting payment/mollie_general/enable_magento_vault is set to 0. And payment/mollie_methods_creditcard/active is set to 1.

Expected behavior Only the normal creditcard is returned.

Actual behavior Both creditcard and creditcard_vault are returned.

Screenshots image

image

Additional context

Frank-Magmodules commented 1 year ago

HI @evs-xsarus , thank you for opening this detailed issue and the helpful screenshot. We will investigate this issue and include a solution for this in our next release!

Frank-Magmodules commented 1 year ago

Hi @evs-xsarus,

We are happy to share that we’ve just released the new 2.21.0 version where we have fixed this issue.
Thank you for opening this issue and for the detailed issue report. 

We are closing this issue now but please feel free to reopen the issue if this still occurs.