auth-net-request
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -77,3 +77,5 @@ var https = require('https') | ||
cert: this.cert, | ||
rejectUnauthorized: false, | ||
rejectUnauthorized: options.rejectUnauthorized || false, | ||
requestCert: options.requestCert || true, | ||
agent: options.agent || false, | ||
headers: { | ||
@@ -80,0 +82,0 @@ 'Content-Length': string.length, |
{ | ||
"name": "auth-net-request", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Authorize.net requests for Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,5 @@ # Authorize.net Request | ||
cert: '/path/to/cert.pem', | ||
rejectUnauthorized: false, // true | ||
requestCert: true, // false | ||
agent: false // http.agent object | ||
sandbox: false // true | ||
@@ -20,0 +23,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5451
104
26