multiple payment options, RT#23741
authorIvan Kohler <ivan@freeside.biz>
Wed, 25 Feb 2015 02:42:50 +0000 (18:42 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 25 Feb 2015 02:42:50 +0000 (18:42 -0800)
FS/FS/cust_main.pm

index c3b141e..e4be849 100644 (file)
@@ -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'); }