From f07eb4018968c09179b93b08cc5785555d82f2f3 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 24 Jan 2010 21:27:32 +0000 Subject: [PATCH] 2.03 --- Changes | 8 ++++---- README | 3 ++- lib/Business/OnlinePayment/PaymenTech.pm | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 6256a1e..e594e62 100644 --- a/Changes +++ b/Changes @@ -1,13 +1,13 @@ Revision history for Business-OnlinePayment-PaymenTech -2.03 unreleased - - truncate all request fields to their maximum lengths +2.03 Sun Jan 24 13:19:29 PST 2010 + - Truncate all request fields to their maximum lengths - doc: in synopsis example, move merchant_id/terminal_id from content call to new constructor, and add currency. also indent the example code so it formats properly - - rework result handling: show ProcStatusMsg/StatusMsg if present even + - Rework result handling: show ProcStatusMsg/StatusMsg if present even when HTTP status != 200, decode parameters like StatusMsg that come - through as a hashref with Lth and content + through as a hashref with length and content 2.02 Wed Jan 13 18:40:06 PST 2010 - Add B:OP, B:OP:HTTPS and XML::Simple to Makefile.PL PREREQ_PM diff --git a/README b/README index 070a625..aaa6aa9 100644 --- a/README +++ b/README @@ -20,7 +20,8 @@ perldoc command. COPYRIGHT AND LICENCE -Copyright (C) 2009 Mark Wells +Copyright (C) 2009-2010 Mark Wells +Copyright (C) 2009-2010 Freeside Internet Services, Inc. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/Business/OnlinePayment/PaymenTech.pm b/lib/Business/OnlinePayment/PaymenTech.pm index 52977f8..554bcde 100644 --- a/lib/Business/OnlinePayment/PaymenTech.pm +++ b/lib/Business/OnlinePayment/PaymenTech.pm @@ -8,7 +8,7 @@ use Tie::IxHash; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '2.03_03'; +$VERSION = '2.03'; $DEBUG = 0; $me='Business::OnlinePayment::PaymenTech'; -- 2.11.0