From 0f59abc301e6db777c8224f483c30e2e8b3579af Mon Sep 17 00:00:00 2001 From: markusmichalski-fc Date: Thu, 14 Dec 2023 15:15:33 +0100 Subject: [PATCH] AM-95: Fixed Credit Card --- views/twig/payment/adyen_assets.html.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/views/twig/payment/adyen_assets.html.twig b/views/twig/payment/adyen_assets.html.twig index a621ba1..a9660b6 100644 --- a/views/twig/payment/adyen_assets.html.twig +++ b/views/twig/payment/adyen_assets.html.twig @@ -56,7 +56,6 @@ {% endif %} {% if isPaymentPage and oView.isAvailablePayment(adyenCreditCard) %} const cardComponent = checkout.create('card').mount('#{{ adyenCreditCard }}-container'); - cardComponent.paymentIdViewEl = undefined; {% elseif isOrderPage %} {% if oViewConf.isApplePay(oView, payment) %} const applePayComponent = checkout.create('{{ templateCheckoutCreateId }}', configuration);