From 4089c2c6d951b1d4355dbe63a692703e36a49ba9 Mon Sep 17 00:00:00 2001 From: "C.J. Adams-Collier" Date: Fri, 19 Sep 2014 17:00:51 -0700 Subject: FS RT #25694 - added two configuration options for requiring CVV data to be entered, one for back office data entry, and one to force re-entry even when CC data is on file --- httemplate/misc/process/payment.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/misc/process') diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi index 981614e76..27b818660 100644 --- a/httemplate/misc/process/payment.cgi +++ b/httemplate/misc/process/payment.cgi @@ -122,6 +122,8 @@ if ( $payby eq 'CHEK' ) { or errorpage("CVV2 (CVC2/CID) is three digits."); $paycvv = $1; } + }elsif( $conf->exists('backoffice-require_cvv') ){ + errorpage("CVV2 is required"); } } -- cgit v1.2.1