Adyen / adyen-magento2

Adyen Payment plugin for Magento2
MIT License
150 stars 196 forks source link

Adyen 9.4.1 not compatible with signifyd #2590

Closed KoolAndTheHamiltonGang closed 2 months ago

KoolAndTheHamiltonGang commented 2 months ago

Dear team,

As setup_version has been removed in module.xml for version 9.4.1, signifyd will fail causing the failure of checkout. Here is where they check the version of the module. https://github.com/signifyd/magento2/blob/main/Model/ConfigProvider.php

Is it really necessary to remove setup_version ?

Describe the bug As siginifyd checks module's version checkout will fail.

Expected behavior checkout not failing

Magento version Magento 2.4.6-p5

Plugin version Adyen 9.4.1 Signifyd 5.5.0

KoolAndTheHamiltonGang commented 2 months ago

After reading documentation, the issue is on signifyd side. Version has to be retrieved from composer.json i guess.

Best