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