diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-24 18:42:50 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-24 18:42:50 -0800 |
commit | 957e8ac61c4d3f6f092a006f008f395a237a207d (patch) | |
tree | 5b7bb9e4d551a0484a1718fa811ae3ec912b9332 | |
parent | 0617a36106148efd7884c2f6ccd2a41075f9e5f6 (diff) |
multiple payment options, RT#23741
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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'); } |