diff options
Diffstat (limited to 'vSecureProcessing.pm')
-rw-r--r-- | vSecureProcessing.pm | 4 |
1 files 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. |