Sha256: 173a27e74ba939b304c35cdfddbff1f1b55007b46451e3220af60f3bdc5f14e3

Contents?: true

Size: 333 Bytes

Versions: 27

Compression:

Stored size: 333 Bytes

Contents

<tr id="<%= dom_id(wallet_payment_source, 'spree')%>" class="<%= cycle('even', 'odd') %>">
  <td><%= wallet_payment_source.payment_source.name %></td>
  <td></td>
  <td></td>
  <td></td>
  <td>
    <%= radio_button_tag "order[wallet_payment_source_id]", wallet_payment_source.id, default, class: "existing-cc-radio" %>
  </td>
</tr>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
solidus_nexio-0.6.3 app/views/spree/checkout/existing_payment/_nexio_apm.html.erb
solidus_nexio-0.6.2 app/views/spree/checkout/existing_payment/_nexio_apm.html.erb
solidus_nexio-0.6.1 app/views/spree/checkout/existing_payment/_nexio_apm.html.erb
solidus_nexio-0.6.0 app/views/spree/checkout/existing_payment/_nexio_apm.html.erb
solidus_nexio-0.5.2 app/views/spree/checkout/existing_payment/_nexio_apm.html.erb
solidus_nexio-0.5.1 app/views/spree/checkout/existing_payment/_nexio_apm.html.erb
solidus_nexio-0.5.0 app/views/spree/checkout/existing_payment/_nexio_apm.html.erb