diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-06-03 17:23:02 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-06-03 17:23:02 -0700 |
commit | d22baa4e71bfa9e153c1fe1152ff4c748f1d935c (patch) | |
tree | 16c12b200e2b071679856699f38e5570ffc9abc2 /httemplate/misc/process | |
parent | a60ce94f914fb7380546d19713fece0ed208bdc6 (diff) | |
parent | 1efab29ccbb2aa15bcb94f1cb46069f32dcabf9f (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/payment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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; |