Sha256: 44d208195e6fc0669556e638aa858d35be86f924988250ccfec58770f6e3c40a

Contents?: true

Size: 552 Bytes

Versions: 64

Compression:

Stored size: 552 Bytes

Contents

<% 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 />
  <span class="full-name"><%= source.name %></span>
<% else %>
  <%= content_tag(:span, payment.payment_method.name) %>
<% end %>

<span class="payment-amount">(<%= payment.display_amount %>)</span>

<br />

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
spree_frontend-4.0.9 app/views/spree/shared/_payment.html.erb
spree_frontend-4.0.8 app/views/spree/shared/_payment.html.erb
spree_frontend-3.7.14.1 app/views/spree/shared/_payment.html.erb
spree_frontend-4.0.7.1 app/views/spree/shared/_payment.html.erb
spree_frontend-4.0.7 app/views/spree/shared/_payment.html.erb
spree_frontend-3.7.14 app/views/spree/shared/_payment.html.erb
spree_frontend-4.0.6 app/views/spree/shared/_payment.html.erb
spree_frontend-3.7.13 app/views/spree/shared/_payment.html.erb
spree_frontend-4.0.5 app/views/spree/shared/_payment.html.erb
spree_frontend-3.7.12 app/views/spree/shared/_payment.html.erb
spree_frontend-4.0.4 app/views/spree/shared/_payment.html.erb
spree_frontend-3.7.11 app/views/spree/shared/_payment.html.erb
spree_frontend-3.4.6 app/views/spree/shared/_payment.html.erb
spree_frontend-3.7.10 app/views/spree/shared/_payment.html.erb
spree_frontend-4.0.3 app/views/spree/shared/_payment.html.erb
spree_frontend-3.7.9 app/views/spree/shared/_payment.html.erb
spree_frontend-4.0.2 app/views/spree/shared/_payment.html.erb
spree_frontend-3.7.8 app/views/spree/shared/_payment.html.erb
spree_frontend-4.0.1 app/views/spree/shared/_payment.html.erb
spree_frontend-3.7.7 app/views/spree/shared/_payment.html.erb