Skip to content

Commit

Permalink
Merge pull request #412 from Adyen/bugfix/AD-237_1
Browse files Browse the repository at this point in the history
AD-234 List of payment methods that don't work - stored cards fix
  • Loading branch information
pjaneta authored May 13, 2024
2 parents c364aa9 + 0380627 commit 32e8e8e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
fnCallbackArray['initiateBlik'] = callbackConfig
</c:when>
<c:when test="${selectedPaymentMethod eq 'adyen_cc'}">
<c:when test="${selectedPaymentMethod eq 'adyen_cc' ||
fn:startsWith(selectedPaymentMethod, 'adyen_oneclick_')}">
AdyenCheckoutHybris.configureButton($("#placeOrderForm-hidden-xs"), true, "hidden-xs");
AdyenCheckoutHybris.configureButton($("#placeOrderForm-visible-xs"), true, "visible-xs");
</c:when>
Expand Down

0 comments on commit 32e8e8e

Please sign in to comment.