From 824705685fa4bbdb6fe7f9e5d9bd146d2819ef19 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 20 May 2007 20:19:24 +0000 Subject: [PATCH] starting 0.04 --- Changes | 3 +++ lib/Business/OnlinePayment/TransactionCentral.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 { -- 2.11.0