projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
400fb76
)
need Business::CreditCard here (1.4 only)
author
ivan
<ivan>
Fri, 24 Oct 2003 21:19:49 +0000
(21:19 +0000)
committer
ivan
<ivan>
Fri, 24 Oct 2003 21:19:49 +0000
(21:19 +0000)
FS/FS/cust_bill.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_bill.pm
b/FS/FS/cust_bill.pm
index
94299e8
..
55a66b7
100644
(file)
--- a/
FS/FS/cust_bill.pm
+++ b/
FS/FS/cust_bill.pm
@@
-839,6
+839,7
@@
sub realtime_bop {
#remove paycvv after initial transaction
#make this disable-able via a config option if anyone insists?
# (though that probably violates cardholder agreements)
+ use Business::CreditCard;
if ( defined $cust_main->dbdef_table->column('paycvv')
&& length($cust_main->paycvv)
&& ! grep { $_ eq cardtype($cust_main->payinfo) } $conf->config('cvv-save')