Sha256: 43580dc9e76fe2c3ec04a1715e3c13b40e0adfa75ca1fc683d8026d77898fe9c
Contents?: true
Size: 452 Bytes
Versions: 1
Compression:
Stored size: 452 Bytes
Contents
<tr id="<%= dom_id(wallet_payment_source, 'spree')%>"> <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>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_starter_frontend-0.1.0 | app/views/spree/checkout/existing_payment/_gateway.html.erb |