safecharge
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -68,3 +68,4 @@ /* jshint plusplus: false */ | ||
return 'https://secure.safecharge.com/ppp/purchase.do?' + qs.stringify(options); | ||
return (options.url || 'https://secure.safecharge.com/ppp/purchase.do?') | ||
+ qs.stringify(options); | ||
}; | ||
@@ -71,0 +72,0 @@ |
{ | ||
"name": "safecharge", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "node.js wrapper for Safecharge API", | ||
@@ -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
5383
96