summaryrefslogtreecommitdiff
path: root/IPPay.pm
diff options
context:
space:
mode:
authorjeff <jeff>2008-07-11 01:03:45 +0000
committerjeff <jeff>2008-07-11 01:03:45 +0000
commit18935a05828a0a5afd3ae11c78905754dbaeedb2 (patch)
treebbd81fb8250d9152af3a769f5003dfa1dac0a502 /IPPay.pm
parent48245dae6481e1b6e2e9a3a27dca75d8c03fbc7c (diff)
prerequisite changes
Diffstat (limited to 'IPPay.pm')
-rw-r--r--IPPay.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IPPay.pm b/IPPay.pm
index 65815f0..771d5e3 100644
--- a/IPPay.pm
+++ b/IPPay.pm
@@ -10,8 +10,8 @@ use Business::OnlinePayment::HTTPS;
use vars qw($VERSION $DEBUG @ISA $me);
@ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.02';
-$DEBUG = 1;
+$VERSION = '0.03';
+$DEBUG = 0;
$me = 'Business::OnlinePayment::IPPay';
sub set_defaults {