[freeside-commits] freeside/FS/FS payinfo_transaction_Mixin.pm, 1.1.2.2, 1.1.2.3
Ivan,,,
ivan at wavetail.420.am
Mon Jun 2 11:59:41 PDT 2008
- Previous message: [freeside-commits] freeside/FS/FS payinfo_transaction_Mixin.pm, 1.1, 1.2
- Next message: [freeside-commits] freeside/FS/FS cust_bill.pm, 1.205, 1.206 Schema.pm, 1.86, 1.87 cust_pkg.pm, 1.92, 1.93 cust_bill_pkg.pm, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv5670
Modified Files:
Tag: FREESIDE_1_7_BRANCH
payinfo_transaction_Mixin.pm
Log Message:
fix payinfo_transaction
Index: payinfo_transaction_Mixin.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/payinfo_transaction_Mixin.pm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- payinfo_transaction_Mixin.pm 1 Jun 2008 22:48:24 -0000 1.1.2.2
+++ payinfo_transaction_Mixin.pm 2 Jun 2008 18:59:38 -0000 1.1.2.3
@@ -4,6 +4,9 @@
use vars qw( @ISA );
use FS::payby;
use FS::payinfo_Mixin;
+use FS::Record qw(qsearchs);
+use FS::cust_main;
+use FS::payment_gateway;
@ISA = qw( FS::payinfo_Mixin );
- Previous message: [freeside-commits] freeside/FS/FS payinfo_transaction_Mixin.pm, 1.1, 1.2
- Next message: [freeside-commits] freeside/FS/FS cust_bill.pm, 1.205, 1.206 Schema.pm, 1.86, 1.87 cust_pkg.pm, 1.92, 1.93 cust_bill_pkg.pm, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list