paypal-rest-api
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -25,3 +25,3 @@ "use strict"; | ||
set config(config) { | ||
const validateConfig = joi.validate(config, schemas_1.configurationSchema); | ||
const validateConfig = joi.validate(config, schemas_1.configurationSchema, { allowUnknown: true }); | ||
if (validateConfig.error) { | ||
@@ -28,0 +28,0 @@ throw validateConfig.error; |
{ | ||
"name": "paypal-rest-api", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "A typescript module for integrating with PayPal REST APIs.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
128008