be less verbose by default
authorivan <ivan>
Tue, 26 Feb 2002 08:24:00 +0000 (08:24 +0000)
committerivan <ivan>
Tue, 26 Feb 2002 08:24:00 +0000 (08:24 +0000)
Changes
LinkPoint.pm

diff --git a/Changes b/Changes
index 67f4aed..9e83e3f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Business::OnlinePayment::LinkPoint.
 
+0.02 unreleased
+       - better URLs for linkpoint perl wrapper
+       - don't spew debugging output by default
+
 0.01  Wed Nov 21 04:00:26 2001
        - original version; created by ivan 1.0
 
index 9a77236..88a8ac2 100644 (file)
@@ -1,6 +1,6 @@
 package Business::OnlinePayment::LinkPoint;
 
-# $Id: LinkPoint.pm,v 1.1 2002-02-15 01:19:27 ivan Exp $
+# $Id: LinkPoint.pm,v 1.2 2002-02-26 08:24:00 ivan Exp $
 
 use strict;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
@@ -15,7 +15,7 @@ require Exporter;
 @ISA = qw(Exporter AutoLoader Business::OnlinePayment);
 @EXPORT = qw();
 @EXPORT_OK = qw();
-$VERSION = '0.01';
+$VERSION = '0.02';
 
 sub set_defaults {
     my $self = shift;
@@ -139,8 +139,7 @@ sub submit {
       name email phone address city state zip country
     /);
 
-    print "$_ => $post_data{$_}\n" foreach keys %post_data;
-    #die;
+    #print "$_ => $post_data{$_}\n" foreach keys %post_data;
 
     my %response = $lperl->$action(\%post_data);
 
@@ -210,7 +209,7 @@ For detailed information see L<Business::OnlinePayment>.
 =head1 COMPATIBILITY
 
 This module implements an interface to the LinkPoint Perl Wrapper
-http://www.linkpoint.com/product_solutions/internet/inet_index.html
+http://www.linkpoint.com/product_solutions/internet/lperl/lperl_main.html
 
 =head1 BUGS