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);