From 957e8ac61c4d3f6f092a006f008f395a237a207d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 24 Feb 2015 18:42:50 -0800 Subject: [PATCH] multiple payment options, RT#23741 --- FS/FS/cust_main.pm | 2 ++ 1 file changed, 2 insertions(+) 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'); } -- 2.11.0