diff options
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |