When IPPay returns a non-sensical response, don't include it in the error message...
authorIvan Kohler <ivan@freeside.biz>
Fri, 21 Jun 2013 20:57:03 +0000 (13:57 -0700)
committerIvan Kohler <ivan@freeside.biz>
Fri, 21 Jun 2013 20:57:03 +0000 (13:57 -0700)
IPPay.pm

index 2dd2c85..3f289be 100644 (file)
--- 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;