diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-21 13:57:03 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-21 13:57:03 -0700 |
commit | 11ecf4593601fbde490e2dd752d3c0d7111083e7 (patch) | |
tree | c3c2a810892ab8cdf577b3a67e5b337e9ac36fc6 | |
parent | 20e2917873bd6c764ca03ff763869fdc88aaf506 (diff) |
When IPPay returns a non-sensical response, don't include it in the error message unless debug is on
-rw-r--r-- | IPPay.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |