X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=OnlinePayment%2FHTTPS.pm;h=0e5ecbd7082f08269aa7c3279adbfb34a849e391;hb=d5e830c6afd72c3cfd0a4d8b9a4a0a7f181ea6dd;hp=4c8336fb0eea9f88c96c8d46a61b7dcc661a62ac;hpb=09de1aa7b1c5a33a0178aaae4bc252df152d8b2f;p=Business-OnlinePayment.git diff --git a/OnlinePayment/HTTPS.pm b/OnlinePayment/HTTPS.pm index 4c8336f..0e5ecbd 100644 --- a/OnlinePayment/HTTPS.pm +++ b/OnlinePayment/HTTPS.pm @@ -194,8 +194,7 @@ sub https_post { if ( $ssl_module eq 'Net::SSLeay' ) { - #import Net::SSLeay qw(post_https make_headers make_form); - import Net::SSLeay qw(make_headers make_form); + import Net::SSLeay qw(post_https make_headers make_form); my $headers = make_headers(%headers); if ( $DEBUG ) {