Sha256: 7e5c66b8ca3efa4c85dd38f87ecd4dba982b10ca44b1191eea92a8f16f6c5dd6

Contents?: true

Size: 590 Bytes

Versions: 11

Compression:

Stored size: 590 Bytes

Contents

<div id="<%= dom_id(card,'spree') %>" class="payment-sources-list-item">
  <label class="form-check-label spree-radio-label">
    <%= radio_button_tag "order[existing_card]", card.id, (card == @payment_sources.first), { class: "existing-cc-radio" } %>
    <span class="spree-radio-label-custom-input"></span>
    <%= credit_card_icon(card.cc_type) %>
    <span>****<%= card.last_digits %>,&nbsp</span>
    <span><%= card.name %></span>
    <%= button_tag Spree.t(:remove), type: 'button', class: 'btn text-left d-block p-0 js-remove-credit-card', data: { id: card.id } %>
  </label>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spree_frontend-4.3.3 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.7.0 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.6.0 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.5.0 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.3.2 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.4.0 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.3.1 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.3.0 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/checkout/_credit_card.html.erb