From 2b847ae10c7b42b9207fddb94579c7f67bf9a004 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 Aug 2002 01:01:16 +0000 Subject: [PATCH] 1.01 --- BankOfAmerica.pm | 6 +++--- Changes | 3 ++- Makefile.PL | 4 +++- README | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/BankOfAmerica.pm b/BankOfAmerica.pm index adeb175..23ca8c9 100644 --- a/BankOfAmerica.pm +++ b/BankOfAmerica.pm @@ -1,6 +1,6 @@ package Business::OnlinePayment::BankOfAmerica; -# $Id: BankOfAmerica.pm,v 1.1 2001-09-26 03:33:32 ivan Exp $ +# $Id: BankOfAmerica.pm,v 1.2 2002-08-14 01:01:16 ivan Exp $ use strict; use Carp qw(croak); @@ -14,7 +14,7 @@ require Exporter; @ISA = qw(Exporter AutoLoader Business::OnlinePayment); @EXPORT = qw(); @EXPORT_OK = qw(); -$VERSION = '1.00'; +$VERSION = '1.01'; sub set_defaults { my $self = shift; @@ -329,7 +329,7 @@ There is no way to run test transactions against the settlement API. Ivan Kohler -Based on Businss::OnlinePayment::AuthorizeNet written by Jason Kohles. +Based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles. =head1 SEE ALSO diff --git a/Changes b/Changes index c6b5b31..de927ac 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,8 @@ Revision history for Perl extension Business::OnlinePayment::BankOfAmerica. -1.01 unreleased +1.01 Tue Aug 13 18:00:25 2002 - update README + - declare dependancy on Business::OnlinePayment 1.00 Tue Sep 25 20:28:51 2001 - upload to CPAN. diff --git a/Makefile.PL b/Makefile.PL index cbeb20f..2f2ada7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,8 @@ WriteMakefile( 'VERSION_FROM' => 'BankOfAmerica.pm', # finds $VERSION 'AUTHOR' => 'Ivan Kohler ', #'NORECURS' => 1, # dont descend into subdirectories - 'PREREQ_PM' => {'Net::SSLeay' => 0 }, #, 'Text::CSV' => 0}, + 'PREREQ_PM' => { 'Net::SSLeay' => 0, + 'Business::OnlinePayment' => 0, + }, #'dist' => {CI => 'ci -l'}, ); diff --git a/README b/README index 3833559..532d6b3 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ http://www.bankofamerica.com/merchantservices/index.cfm?template=merch_ic_estore The settlement API is documented at https://manager.bamart.com/welcome/SettlementAPI.pdf -It based on Businss::OnlinePayment::AuthorizeNet written by Jason Kohles. +It based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles. There are additional tests in t2/ that may be useful to you once you have a merchant_id, login and password. -- 2.11.0