diff options
-rw-r--r-- | Changes | 6 | ||||
-rw-r--r-- | OpenECHO.pm | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,8 @@ -0.02 unreleased +0.03 unreleased + - include final 0.02 changelog + - actually bump the version number this time + +0.02 Mon Sep 13 17:14:29 2004 - update test account with new PIN - customer_id => merchant_trace_nbr diff --git a/OpenECHO.pm b/OpenECHO.pm index b3c7910..fdf3a56 100644 --- a/OpenECHO.pm +++ b/OpenECHO.pm @@ -27,6 +27,8 @@ # + v1.6.2 09/23/2003 Added DH transaction type (salim qadeer sqadeer@echo-inc.com)
# --------
# + v0.1 08/26/2004 Business::OnlinePayment implementation
+# + v0.2 09/13/2004
+# + v0.3 unreleased
#
# Copyright (C) 2002 Electric Pulp. <info@electricpulp.com>
# Copyright (C) 2004 Ivan Kohler
@@ -57,7 +59,7 @@ use Business::OnlinePayment::HTTPS; use vars qw($VERSION @ISA);
@ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.01';
+$VERSION = '0.03';
sub set_defaults {
my $self = shift;
|