From: Alex Brelsfoard Date: Fri, 6 Feb 2015 00:14:06 +0000 (-0500) Subject: minor tweaks X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=815272d8c928caa24ca0daa9365d7b9e05b20a94;p=Business-OnlinePayment-vSecureProcessing.git minor tweaks --- 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.