hapi-paypal
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -10,8 +10,8 @@ "use strict"; | ||
city: joi.string().required(), | ||
country_code: joi.string().max(2).required(), | ||
line1: joi.string().required(), | ||
country_code: joi.string().empty("").max(2).required(), | ||
line1: joi.string().empty("").required(), | ||
line2: joi.string().empty("").optional(), | ||
phone: joi.string().optional(), | ||
postal_code: joi.string().required(), | ||
state: joi.string().allow(abbrs).required(), | ||
phone: joi.string().empty("").optional(), | ||
postal_code: joi.string().empty("").required(), | ||
state: joi.string().empty("").allow(abbrs).required(), | ||
}); | ||
@@ -18,0 +18,0 @@ exports.paypalPhoneSchema = joi.object().keys({ |
{ | ||
"name": "hapi-paypal", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "A hapi plugin to interface with PayPal Rest API's and webhooks.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
41324