summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--PaymentsGateway.pm8
-rw-r--r--README1
3 files changed, 4 insertions, 7 deletions
diff --git a/Changes b/Changes
index 1f95756..4ae88b9 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Perl extension Business::OnlinePayment::PaymentsGateway.
-0.02 unreleased
+0.02 Wed Apr 11 11:28:24 PDT 2007
-quieter tests on older perl
-don't need to redeclare test_transaction
-echeck or check, gah
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
diff --git a/README b/README
index 212933f..e03c849 100644
--- a/README
+++ b/README
@@ -1,4 +1,5 @@
Copyright (c) 2002 Ivan Kohler
+Copyright (c) 2007 Freeside Internet Services, Inc.
All rights reserved. This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.