X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=LinkPoint.pm;h=fb686829065dbc9d4c4dd272d2618ae1a95a596f;hb=HEAD;hp=1d59eeadab052de7291e475ca2fbecac430e400c;hpb=a499f2e8490087a18b572ccf63044a8c19b515bc;p=Business-OnlinePayment-LinkPoint.git diff --git a/LinkPoint.pm b/LinkPoint.pm index 1d59eea..fb68682 100644 --- a/LinkPoint.pm +++ b/LinkPoint.pm @@ -6,7 +6,7 @@ use Carp qw(croak); use Business::OnlinePayment; @ISA = qw(Business::OnlinePayment); -$VERSION = '0.10'; +$VERSION = '0.11'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; @@ -215,7 +215,7 @@ sub submit { $post_data{debug} = 'true'; } - $post_data{'cargs'} = '-k -m 300 -s -S' if $self->test_transaction; + $post_data{'cargs'} = '-k -m 300 -s -S'; #if $self->test_transaction; # avoid some uninitialized warnings in lpperl.pm foreach (qw(webspace debug debugging)) { $post_data{$_} ||= '' }