Adyen / adyen-magento2

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

[ECP-9111] Fix multishipping failed if only one payment method is activated #2597

Closed RokPopov closed 2 months ago

RokPopov commented 2 months ago

Description The issue this PR is solving is that it is not possible to complete the payment in multishipping checkout if only one payment method is enabled in Adyen Customer Area. This is solved by including a nested div with a custom data attribute and an afterRender binding to trigger selectPaymentMethod().

Tested scenarios

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

candemiralp commented 2 months ago

Merging this PR with a failing pipeline since the issue is reproducible on develop branch. Issue will be solved separately.