Index: openacs-4/packages/ecommerce/www/gift-certificate-order-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-order-4.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/ecommerce/www/gift-certificate-order-4.tcl 11 Aug 2008 13:01:09 -0000 1.8 +++ openacs-4/packages/ecommerce/www/gift-certificate-order-4.tcl 4 Sep 2008 12:24:06 -0000 1.9 @@ -19,6 +19,7 @@ creditcard_type creditcard_expire_1 creditcard_expire_2 + {card_code ""} } ec_redirect_to_https_if_possible_and_necessary @@ -102,7 +103,7 @@ # Make sure the credit card type is right & that it has the right # number of digits -set additional_count_and_text [ec_creditcard_precheck $creditcard_number $creditcard_type] +set additional_count_and_text [ec_creditcard_precheck $creditcard_number $creditcard_type $card_code] set exception_count [expr $exception_count + [lindex $additional_count_and_text 0]] append exception_text [lindex $additional_count_and_text 1]