From 985f61a54aaed4cf0041c41483c3de96796fe581 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 11 Apr 2007 18:29:58 +0000 Subject: [PATCH] 0.02, finally --- Changes | 2 +- PaymentsGateway.pm | 8 ++------ README | 1 + 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. =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. -- 2.11.0