X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=e4be849c62809b5eb1f5e9452635a6863cb065df;hb=957e8ac61c4d3f6f092a006f008f395a237a207d;hp=c3b141e1bed2d99149b78f78bd587cc56f5c5cde;hpb=4d0db1129018d2f598091edbbffeb09b23c64d99;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index c3b141e1b..e4be849c6 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -93,6 +93,8 @@ our $skip_fuzzyfiles = 0; our $ucfirst_nowarn = 0; +#this info is in cust_payby as of 4.x +#this and the fields themselves can be removed in 5.x our @encrypted_fields = ('payinfo', 'paycvv'); sub nohistory_fields { ('payinfo', 'paycvv'); }