minor tweaks
authorAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>
Fri, 6 Feb 2015 00:14:06 +0000 (19:14 -0500)
committerAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>
Fri, 6 Feb 2015 00:14:06 +0000 (19:14 -0500)
vSecureProcessing.pm

index 69a3ed0..e34e120 100644 (file)
@@ -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.