From: ivan Date: Sun, 20 May 2007 20:19:24 +0000 (+0000) Subject: starting 0.04 X-Git-Tag: Business_OnlinePayment_TransactionCentral_0_04~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-TransactionCentral.git;a=commitdiff_plain;h=824705685fa4bbdb6fe7f9e5d9bd146d2819ef19 starting 0.04 --- diff --git a/Changes b/Changes index c747371..11b08da 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlinePayment::TransactionCentral. +0.04 unreleased + - depend on B:OP v3 + 0.03 Sat May 19 15:03:43 PDT 2007 - add/finish ECHECK support (google of TCInterfaceGuide indicated s/processcheck.asp/processcheckonline.asp/) diff --git a/lib/Business/OnlinePayment/TransactionCentral.pm b/lib/Business/OnlinePayment/TransactionCentral.pm index 06db369..1e96722 100644 --- a/lib/Business/OnlinePayment/TransactionCentral.pm +++ b/lib/Business/OnlinePayment/TransactionCentral.pm @@ -8,7 +8,7 @@ use Business::OnlinePayment::HTTPS 0.02; use vars qw($VERSION @ISA $DEBUG); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.03'; +$VERSION = '0.04'; $DEBUG = 0; sub set_defaults {