X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fprocess%2Fpayment.cgi;fp=httemplate%2Fmisc%2Fprocess%2Fpayment.cgi;h=7768f921f175b200e87b3eaac18d04647c6e6fcb;hp=d232fe72937808eb7d663a8c288a275817403aa0;hb=95502dabd865c34d1483b20c583523b12fe9332d;hpb=36245fa05ae5d9fb0ef893cdfe5ad98f88fd7e77 diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi index d232fe729..7768f921f 100644 --- a/httemplate/misc/process/payment.cgi +++ b/httemplate/misc/process/payment.cgi @@ -86,7 +86,7 @@ if ( (my $custpaybynum = scalar($cgi->param('custpaybynum'))) > 0 ) { $payinfo = $cust_payby->payinfo; $paymask = $cust_payby->paymask; - $paycvv = ''; + $paycvv = $cust_payby->paycvv; # pass it if we got it, running a transaction will clear it ( $month, $year ) = $cust_payby->paydate_mon_year; $payname = $cust_payby->payname;