From: Ivan Kohler Date: Wed, 25 Feb 2015 02:42:50 +0000 (-0800) Subject: multiple payment options, RT#23741 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=957e8ac61c4d3f6f092a006f008f395a237a207d;p=freeside.git multiple payment options, RT#23741 --- 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'); }