From 11ecf4593601fbde490e2dd752d3c0d7111083e7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 21 Jun 2013 13:57:03 -0700 Subject: [PATCH] When IPPay returns a non-sensical response, don't include it in the error message unless debug is on --- IPPay.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPPay.pm b/IPPay.pm index 2dd2c85..3f289be 100644 --- a/IPPay.pm +++ b/IPPay.pm @@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.09_02'; +$VERSION = '0.09_03'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; -- 2.11.0