summaryrefslogtreecommitdiff
path: root/IPPay.pm
diff options
context:
space:
mode:
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 {