[freeside-commits] freeside/FS/FS Upgrade.pm,1.52.2.2,1.52.2.3
Ivan,,,
ivan at wavetail.420.am
Thu Oct 27 18:56:59 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv20611
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.52.2.2
retrieving revision 1.52.2.3
diff -u -w -d -r1.52.2.2 -r1.52.2.3
--- Upgrade.pm 26 Oct 2011 22:15:28 -0000 1.52.2.2
+++ Upgrade.pm 28 Oct 2011 01:56:57 -0000 1.52.2.3
@@ -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