communigate provisioning phase 2: add svc_domain.trailer -> communigate TrailerText...
[freeside.git] / FS / FS / payinfo_transaction_Mixin.pm
index a6a2c99..19419de 100644 (file)
@@ -4,6 +4,9 @@ use strict;
 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 );
 
@@ -26,7 +29,6 @@ payinfo and paybatch.  Currently FS::cust_pay and FS::cust_refund
 
 =over 4
 
-
 =item cust_main
 
 Returns the parent customer object (see L<FS::cust_main>).
@@ -110,13 +112,12 @@ sub _parse_paybatch {
 
 }
 
-
-
-
 =back
 
 =head1 SEE ALSO
 
 L<FS::payinfo_Mixin>
 
-=back
+=cut
+
+1;