app/views/spree/shared/_payment.html.erb in spree_frontend-4.0.9 vs app/views/spree/shared/_payment.html.erb in spree_frontend-4.1.0.rc1
- old
+ new
@@ -1,11 +1,8 @@
<% source = payment.source %>
<% if source.is_a?(Spree::CreditCard) %>
<span class="cc-type">
- <% unless (cc_type = source.cc_type).blank? %>
- <%= image_tag "credit_cards/icons/#{cc_type}.png" %>
- <% end %>
<% if source.last_digits %>
<%= Spree.t(:ending_in) %> <%= source.last_digits %>
<% end %>
</span>
<br />