auth-net-request
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -5,3 +5,3 @@ var https = require('https') | ||
, builder = new parser.Builder({headless: true}); | ||
module.exports = (function() { | ||
@@ -20,9 +20,11 @@ var AuthorizeRequest = function(options) { | ||
this.LIVE_URL = { | ||
host: 'api.authorize.net', | ||
host: 'api2.authorize.net', | ||
path: '/xml/v1/request.api' | ||
} | ||
}; | ||
this.SANDBOX_URL = { | ||
host: 'apitest.authorize.net', | ||
path: '/xml/v1/request.api' | ||
} | ||
}; | ||
this.validationMode = 'none'; | ||
@@ -29,0 +31,0 @@ this.refId = ''; |
{ | ||
"name": "auth-net-request", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Authorize.net requests for Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6492