[freeside-commits] freeside/htetc handler.pl,1.81,1.82
Ivan,,,
ivan at wavetail.420.am
Tue Dec 19 02:02:08 PST 2006
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv18716/htetc
Modified Files:
handler.pl
Log Message:
clean up payinfo_Mixin to use payby.pm for payby info and have card masking full 6-digit BIN prefix for card identification. have cust_pay_batch use payinfo_Mixin. require B:CC 0.30 for mask-aware cardtype(). fix payment reports to use mask too if available, so credit card type selection still works with encryption.
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- handler.pl 18 Dec 2006 11:01:14 -0000 1.81
+++ handler.pl 19 Dec 2006 10:02:06 -0000 1.82
@@ -114,7 +114,7 @@
}
use Text::CSV_XS;
use Spreadsheet::WriteExcel;
- use Business::CreditCard;
+ use Business::CreditCard 0.30; #for mask-aware cardtype()
use String::Approx qw(amatch);
use Chart::LinesPoints;
use Chart::Mountain;
More information about the freeside-commits
mailing list