FS RT #25694 - added two configuration options for requiring CVV data to be entered...
[freeside.git] / httemplate / misc / process / payment.cgi
index 981614e..27b8186 100644 (file)
@@ -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");
     }
   }