grr BUSINESS_ONLINEPAYMENT_LINKPOINT_0_07
authorjeff <jeff>
Sat, 7 Apr 2007 00:01:29 +0000 (00:01 +0000)
committerjeff <jeff>
Sat, 7 Apr 2007 00:01:29 +0000 (00:01 +0000)
LinkPoint.pm

index 1e5b1ab..9b87643 100644 (file)
@@ -1,6 +1,6 @@
 package Business::OnlinePayment::LinkPoint;
 
-# $Id: LinkPoint.pm,v 1.26 2007-04-07 00:00:31 jeff Exp $
+# $Id: LinkPoint.pm,v 1.27 2007-04-07 00:01:29 jeff Exp $
 
 use strict;
 use vars qw($VERSION @ISA $DEBUG @EXPORT @EXPORT_OK);
@@ -14,7 +14,7 @@ require Exporter;
 @EXPORT = qw();
 @EXPORT_OK = qw();
 $VERSION = '0.07';
-$DEBUG = 1;
+$DEBUG = 0;
 
 use lpperl; #3;  #lpperl.pm from LinkPoint
 $LPPERL::VERSION =~ /^(\d+\.\d+)/