mollie / Magento

Mollie Payments for Magento 1.x
https://www.mollie.com/
BSD 2-Clause "Simplified" License
39 stars 30 forks source link

iDEAL QR code is always requested from Mollie API #159

Closed willemstuursma closed 4 years ago

willemstuursma commented 4 years ago

The iDEAL QR code is always requested from Mollie API even though the setting is not enabled.

Can you please only request iDEAL QR codes if they are actually going to be shown to the shopper.

See here https://github.com/mollie/Magento/blob/e18353c6b536999e2d530e017b58511b7b7fe9ba/app/code/community/Mollie/Mpm/Model/Client/Payments.php#L108 where the QR code is included.

Frank-Magmodules commented 4 years ago

Hi @willemstuursma, removed the request for QR code in the latest version v5.5.5 as this option was also removed from the module.