summaryrefslogtreecommitdiff
path: root/LinkPoint.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-03-07 16:01:47 +0000
committerivan <ivan>2011-03-07 16:01:47 +0000
commit967599557573f4156cfba579b6a7bb9b28411c54 (patch)
treec9c3add3074fb266cdf134c728f72a9c57db1f6a /LinkPoint.pm
parenta499f2e8490087a18b572ccf63044a8c19b515bc (diff)
As per Linkpoint instructions, add "-k" flag to curl to skip SSL cert validationHEADmaster
Diffstat (limited to 'LinkPoint.pm')
-rw-r--r--LinkPoint.pm4
1 files changed, 2 insertions, 2 deletions
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{$_} ||= '' }