Sha256: d2878363b449e6c183bd28cd31dbff69d8b35da3d302d985906b11b83342edbb

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

<%=stylesheets%>

<div class="cvv">
  <h2>What is a (CVV) Credit Card Code?</h2>
  <p>For Visa, MasterCard, and Discover cards, the card code is the last 3 digit number located on the back of your card on or above your signature line. For an American Express card, it is the 4 digits on the FRONT above the end of your card number.</p>
  <p>To help reduce fraud in the card-not-present environment, credit card companies have introduced a card code program. Visa calls this code Card Verification Value (CVV); MasterCard calls it Card Validation Code (CVC); Discover calls it Card ID (CID). The card code is a three- or four- digit security code that is printed on the back of cards. The number typically appears at the end of the signature panel.</p>
  <div class="cid-caption">Visa</div>
  <%= image_tag "visa_cid.gif", :plugin=>"spree" %>
  <div class="cid-caption">Master Card</div>
  <%= image_tag "master_cid.jpg", :plugin=>"spree" %>
  <div class="cid-caption">American Express</div>
  <%= image_tag "amex_cid.gif", :plugin=>"spree" %>
  <div class="cid-caption">Discover</div>  
  <%= image_tag "discover_cid.gif", :plugin=>"spree" %>
</div> 

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spree-0.0.6 starter-app/vendor/plugins/spree/app/views/checkout/cvv.rhtml
spree-0.0.5 starter-app/vendor/plugins/spree/app/views/checkout/cvv.rhtml
spree-0.0.9 app/views/checkout/cvv.rhtml
spree-0.0.7 starter-app/vendor/plugins/spree/app/views/checkout/cvv.rhtml
spree-0.0.8 starter-app/vendor/plugins/spree/app/views/checkout/cvv.rhtml
spree-0.2.0 app/views/checkout/cvv.rhtml