Sha256: d70600859bea4ab79d8f1ea870061078743136d23b306a15b4f2750078ca06e8

Contents?: true

Size: 428 Bytes

Versions: 25

Compression:

Stored size: 428 Bytes

Contents

<% source = payment.source %>

<% if source.is_a?(Spree::CreditCard) %>
  <span class="cc-type">
    <% 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

25 entries across 25 versions & 1 rubygems

Version Path
spree_frontend-4.1.15 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.14 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.13.1 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.0.rc4 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.0.rc3 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.13 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.0.rc2 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.12 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.0.rc1 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.11 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.10 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.0.beta app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.9 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.8 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.7 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.6 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.5 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.4 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.3 app/views/spree/shared/_payment.html.erb
spree_frontend-4.1.2 app/views/spree/shared/_payment.html.erb