Sha256: 628bdf96dce5365f20879ee28d802963003b72e1ac11ad1139a1c748f1dcb241
Contents?: true
Size: 964 Bytes
Versions: 2
Compression:
Stored size: 964 Bytes
Contents
<h4>Payment Information</h4> <table id="creditcard"> <tr> <td colspan=2> <%= image_tag "creditcard.gif", :id => 'creditcard-image' %> </td> </tr> <tr> <!-- use this sample (visa) cc# for testing 4111111111111111 --> <td width="120"><%= t("Card Number") %></td> <td><%= f.text_field :creditcard_number, :size=> 19 -%></td> </tr> <tr> <td><%= t("Expiration Month") %></td> <td><%= f.text_field :creditcard_month, :size => 4 -%></td> </tr> <tr> <td><%= t("Expiration Year") %></td> <td><%= f.text_field :creditcard_year, :size => 4 -%></td> </tr> <tr> <td><%= t("Card Code") %></td> <td> <%= f.text_field :creditcard_verification_value, {:style => "width:40px"} -%> <a href="" onclick="window.open('/creditcard_payments/cvv','mywin','left=20,top=20,width=500,height=500,toolbar=0,resizable=0,scrollbars=1');return false"> (<%= t("What's This?") %>) </a> </td> </tr> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-0.5.0 | app/views/creditcard_payments/_form_credit_card.html.erb |
spree-0.5.1 | app/views/creditcard_payments/_form_credit_card.html.erb |