From 815272d8c928caa24ca0daa9365d7b9e05b20a94 Mon Sep 17 00:00:00 2001 From: Alex Brelsfoard Date: Thu, 5 Feb 2015 19:14:06 -0500 Subject: [PATCH] minor tweaks --- vSecureProcessing.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vSecureProcessing.pm b/vSecureProcessing.pm index 69a3ed0..e34e120 100644 --- a/vSecureProcessing.pm +++ b/vSecureProcessing.pm @@ -10,7 +10,7 @@ use MIME::Entity; use Business::OnlinePayment; use Business::OnlinePayment::HTTPS; -use Net::SSLeay qw(post_http post_https make_headers make_form); +#use Net::SSLeay qw(post_http post_https make_headers make_form); use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); @@ -334,7 +334,7 @@ sub submit { Content-Disposition: form-data; name="param" ${xml_data} -----FormBoundaryE19zNvXGzXaLvS5C|; +----FormBoundaryE19zNvXGzXaLvS5C--|; my ( $page, $server_response, %headers ) = $self->https_post( $opts, $content ); # store the server response. -- 2.20.1