summaryrefslogtreecommitdiff
path: root/PaymentsGateway.pm
diff options
context:
space:
mode:
authorivan <ivan>2007-04-11 18:29:58 +0000
committerivan <ivan>2007-04-11 18:29:58 +0000
commit985f61a54aaed4cf0041c41483c3de96796fe581 (patch)
tree46b1bc418195ec0c1c4928d1b2404b28b7307d76 /PaymentsGateway.pm
parentae9dbc07ae4658bc4ebaedb17625f1201fedb236 (diff)
0.02, finally
Diffstat (limited to 'PaymentsGateway.pm')
-rw-r--r--PaymentsGateway.pm8
1 files changed, 2 insertions, 6 deletions
diff --git a/PaymentsGateway.pm b/PaymentsGateway.pm
index 956aed5..fc86125 100644
--- a/PaymentsGateway.pm
+++ b/PaymentsGateway.pm
@@ -6,11 +6,7 @@ use Business::OnlinePayment;
use Net::SSLeay qw(sslcat);
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $DEBUG);
-require Exporter;
-
-@ISA = qw( Exporter AutoLoader Business::OnlinePayment);
-@EXPORT = qw();
-@EXPORT_OK = qw();
+@ISA = qw( Business::OnlinePayment );
$VERSION = '0.02';
$DEBUG = 0;
@@ -259,7 +255,7 @@ For detailed information see L<Business::OnlinePayment>.
=head1 NOTE
-This module only implements 'CHECK' (ACH) transactions at this time. Credit
+This module only implements 'ECHECK' (ACH) transactions at this time. Credit
card transactions are not (yet) supported.
=head1 COMPATIBILITY