From 53d75d226717b9b76d59cdef7484e34e1d48dd23 Mon Sep 17 00:00:00 2001 From: Paolo Tatone Date: Fri, 29 May 2020 14:18:18 +0200 Subject: [PATCH] Remove credit cards image The coming soon alternative/replacement of solidus frontend, solidus_starter_frontend, will not provide this image in its assets. Furthermore, this is a low res image that most of the time gets deleted since the early stages of customization. --- app/views/spree/checkout/payment/_adyen_encrypted_cc.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/spree/checkout/payment/_adyen_encrypted_cc.html.erb b/app/views/spree/checkout/payment/_adyen_encrypted_cc.html.erb index fa1edd3c..e0f288d0 100644 --- a/app/views/spree/checkout/payment/_adyen_encrypted_cc.html.erb +++ b/app/views/spree/checkout/payment/_adyen_encrypted_cc.html.erb @@ -1,5 +1,3 @@ -<%= image_tag 'credit_cards/credit_card.gif', :id => 'credit-card-image' %> - <% content_for :head do %> <%= javascript_include_tag payment_method.cse_library_location %> <%= javascript_include_tag "spree/checkout/payment/adyen_encrypted_credit_card" %>