Sha256: 1c5e6905a5791ab7d99a8fe5e652713d43f981b4521b8c3cfdbfeb6c45b7f639

Contents?: true

Size: 424 Bytes

Versions: 21

Compression:

Stored size: 424 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

21 entries across 21 versions & 1 rubygems

Version Path
spree_frontend-4.2.7 app/views/spree/shared/_payment.html.erb
spree_frontend-4.3.3 app/views/spree/shared/_payment.html.erb
spree_frontend-4.7.0 app/views/spree/shared/_payment.html.erb
spree_frontend-4.6.0 app/views/spree/shared/_payment.html.erb
spree_frontend-4.5.0 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.6 app/views/spree/shared/_payment.html.erb
spree_frontend-4.3.2 app/views/spree/shared/_payment.html.erb
spree_frontend-4.4.0 app/views/spree/shared/_payment.html.erb
spree_frontend-4.3.1 app/views/spree/shared/_payment.html.erb
spree_frontend-4.3.0 app/views/spree/shared/_payment.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/shared/_payment.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/shared/_payment.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.5 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.4 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.3.1 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.3 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.2 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.1 app/views/spree/shared/_payment.html.erb
spree_frontend-4.2.0 app/views/spree/shared/_payment.html.erb