From f63c0e821610c885f9f49d301eeccf804e1ca6d3 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 24 Oct 2003 19:30:44 +0000 Subject: cvv! --- httemplate/docs/cvv2.html | 25 +++++++++++++++++++++++++ httemplate/docs/schema.html | 1 + httemplate/docs/upgrade10.html | 4 +++- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 httemplate/docs/cvv2.html (limited to 'httemplate/docs') diff --git a/httemplate/docs/cvv2.html b/httemplate/docs/cvv2.html new file mode 100644 index 000000000..fe8a17f6f --- /dev/null +++ b/httemplate/docs/cvv2.html @@ -0,0 +1,25 @@ + + + + CVV2 information + + + + The CVV2 number (also called CVC2 or CID) is a three- or four-digit + security code used to reduce credit card fraud.

+ + + + + + + + +
Visa / MasterCard / DiscoverAmerican Express
+ Visa/MasterCard/Discover + + American Express +
+
(close window)
+ + diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index bef567186..06be8960d 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -121,6 +121,7 @@
  • ship_fax
  • payby - CARD, DCHK, CHEK, DCHK, LECB, BILL, or COMP
  • payinfo - card number, P.O.#, or comp issuer +
  • paycvv - Card Verification Value, "CVV2" (also known as CVC2 or CID), the 3 or 4 digit number on the back (or front, for American Express) of the credit card
  • paydate - expiration date
  • payname - billing name (name on card)
  • tax - tax exempt, Y or null diff --git a/httemplate/docs/upgrade10.html b/httemplate/docs/upgrade10.html index 446090503..080528bac 100644 --- a/httemplate/docs/upgrade10.html +++ b/httemplate/docs/upgrade10.html @@ -1,7 +1,7 @@
     this is incomplete
     
    -install DBIx::DBSchema 0.21
    +install DBIx::DBSchema 0.22
     
     install NetAddr::IP and Chart::Base
     
    @@ -142,6 +142,8 @@ ALTER TABLE agent ADD username varchar(80) NULL;
     ALTER TABLE h_agent ADD username varchar(80) NULL;
     ALTER TABLE agent ADD _password varchar(80) NULL;
     ALTER TABLE h_agent ADD _password varchar(80) NULL;
    +ALTER TABLE cust_main ADD paycvv varchar(4) NULL;
    +ALTER TABLE h_cust_main ADD paycvv varchar(4) NULL;
     
     dump database, edit:
     - cust_main: increase otaker from 8 to 32
    -- 
    cgit v1.2.1