enable CardFortress in test database, #71513
[freeside.git] / FS / FS / agent_payment_gateway.pm
index bd99d0c..e71ed21 100644 (file)
@@ -1,11 +1,7 @@
 package FS::agent_payment_gateway;
+use base qw(FS::Record);
 
 use strict;
-use vars qw( @ISA );
-use FS::Record qw( qsearch qsearchs );
-use FS::payment_gateway;
-
-@ISA = qw(FS::Record);
 
 =head1 NAME
 
@@ -117,13 +113,6 @@ sub check {
 
 =item payment_gateway
 
-=cut
-
-sub payment_gateway {
-  my $self = shift;
-  qsearchs('payment_gateway', { 'gatewaynum' => $self->gatewaynum } );
-}
-
 =back
 
 =head1 BUGS