adyen-magento2 icon indicating copy to clipboard operation
adyen-magento2 copied to clipboard

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

Open RokPopov opened this issue 3 months ago • 1 comments

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

  • card / alternative payment method multishipping payment when only one payment method is enabled in Adyen CA
  • card / alternative payment method multishipping payment when multiple payment methods are enabled in Adyen CA

RokPopov avatar Apr 25 '24 13:04 RokPopov