Index: openacs-4/packages/ecommerce/www/gift-certificate-finalize-order.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-finalize-order.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/ecommerce/www/gift-certificate-finalize-order.tcl 11 Aug 2008 13:01:09 -0000 1.10 +++ openacs-4/packages/ecommerce/www/gift-certificate-finalize-order.tcl 4 Sep 2008 12:24:06 -0000 1.11 @@ -49,9 +49,9 @@ creditcard_number:notnull creditcard_type:notnull - creditcard_expire_1:notnull - + creditcard_expire_1:notnull creditcard_expire_2:notnull + {card_code ""} } ec_redirect_to_https_if_possible_and_necessary @@ -128,7 +128,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]