[freeside-commits] freeside/FS/FS Upgrade.pm,1.54,1.55

Ivan,,, ivan at wavetail.420.am
Thu Oct 27 18:56:58 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv20602

Modified Files:
	Upgrade.pm 
Log Message:
fix errors fixing inadvertantly-encrypted payinfo, RT#8815

Index: Upgrade.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Upgrade.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -w -d -r1.54 -r1.55
--- Upgrade.pm	26 Oct 2011 22:15:28 -0000	1.54
+++ Upgrade.pm	28 Oct 2011 01:56:56 -0000	1.55
@@ -129,6 +129,11 @@
 
   }
 
+  local($FS::cust_main::ignore_expired_card) = 1;
+  local($FS::cust_main::ignore_illegal_zip) = 1;
+  local($FS::cust_main::ignore_banned_card) = 1;
+  local($FS::cust_main::skip_fuzzyfiles) = 1;
+
   # decrypt inadvertantly-encrypted payinfo where payby != CARD,DCRD,CHEK,DCHK
   # kind of a weird spot for this, but it's better than duplicating
   # all this code in each class...



More information about the freeside-commits mailing list