diff options
Diffstat (limited to 'httemplate/docs/cvv2.html')
-rw-r--r-- | httemplate/docs/cvv2.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/docs/cvv2.html b/httemplate/docs/cvv2.html new file mode 100644 index 000000000..6025a673f --- /dev/null +++ b/httemplate/docs/cvv2.html @@ -0,0 +1,24 @@ +<HTML> + <HEAD> + <TITLE> + <% mt('CVV2 information') |h %> + </TITLE> + </HEAD> + <BODY BGCOLOR="#f8f8f8"> + <% mt('The CVV2 number (also called CVC2 or CID) is a three- or four-digit security code used to reduce credit card fraud') |h %> + <BR><BR> + <TABLE BORDER=0 CELLSPACING=4> + <TR> + <TH><% mt('Visa / MasterCard / Discover') |h %></TH> + <TH><% mt('American Express') |h %></TH> + </TR> + <TR> + <TD> + <IMG BORDER=0 ALT="<% mt('Visa/MasterCard/Discover') |h %>" SRC="../images/cvv2.png"> + </TD> + <TD> + <IMG BORDER=0 ALT="<% mt('American Express') |h %>" SRC="../images/cvv2_amex.png"> + </TD> + </TABLE> + </BODY> +</HTML> |