X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpayment_gateway_option.pm;h=6f4bb9dc0c183cf1497647c4af62d5ccc60274e8;hb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;hp=057602291b75536eaa4a1bf33668116b35ca4afe;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;p=freeside.git diff --git a/FS/FS/payment_gateway_option.pm b/FS/FS/payment_gateway_option.pm index 057602291..6f4bb9dc0 100644 --- a/FS/FS/payment_gateway_option.pm +++ b/FS/FS/payment_gateway_option.pm @@ -1,10 +1,7 @@ package FS::payment_gateway_option; +use base qw(FS::Record); use strict; -use vars qw( @ISA ); -use FS::Record qw( qsearch qsearchs ); - -@ISA = qw(FS::Record); =head1 NAME