starting 0.04
authorivan <ivan>
Sun, 20 May 2007 20:19:24 +0000 (20:19 +0000)
committerivan <ivan>
Sun, 20 May 2007 20:19:24 +0000 (20:19 +0000)
Changes
lib/Business/OnlinePayment/TransactionCentral.pm

diff --git a/Changes b/Changes
index c747371..11b08da 100644 (file)
--- 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/)
index 06db369..1e96722 100644 (file)
@@ -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 {