Sha256: a967e44098fed72033549c4e6539bd63d93bd5e0815a2b87ff4688c6033f491d

Contents?: true

Size: 816 Bytes

Versions: 24

Compression:

Stored size: 816 Bytes

Contents

<% row_class = cycle('even', 'odd') %>
<tr id="<%= dom_id(wallet_payment_source, 'spree')%>" class="<%= row_class %>">
  <td><%= wallet_payment_source.payment_source.name %></td>
  <td>
    <%= wallet_payment_source.payment_source.display_number %>
  </td>
  <td><%= wallet_payment_source.payment_source.month %></td>
  <td><%= wallet_payment_source.payment_source.year %></td>
  <td>
    <%= radio_button_tag "order[wallet_payment_source_id]", wallet_payment_source.id, default, class: "existing-cc-radio" %>
  </td>
</tr>
<tr id="<%= dom_id(wallet_payment_source, 'spree')%>_cvc_confirm" class="<%= row_class %>" data-hook="nexio_cvc_confirm_row">
  <td><%= t('spree.card_code') %></td>
  <td>
    <input type="password" id="nexio_cvc_confirm_<%= wallet_payment_source.id %>" />
  </td>
  <td colspan="3" />
</tr>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
solidus_nexio-1.0.1 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-1.0.0 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.12 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.11 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.10 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.9 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.8 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.7 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.6 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.5 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.4 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.3 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.1 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.7.0 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.6.9 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.6.8 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.6.7 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.6.6 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.6.5 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb
solidus_nexio-0.6.4 app/views/spree/checkout/existing_payment/_nexio_own_form.html.erb