@paypal/checkout-components
Advanced tools
Comparing version 5.0.333 to 5.0.334
{ | ||
"name": "@paypal/checkout-components", | ||
"version": "5.0.333", | ||
"version": "5.0.334", | ||
"description": "PayPal Checkout components, for integrating checkout products.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -122,2 +122,14 @@ /* @flow */ | ||
country: { | ||
type: "object", | ||
queryParam: "country.x", | ||
allowDelegate: true, | ||
queryValue({ value }): string { | ||
// $FlowFixMe | ||
const { country } = value; | ||
return country; | ||
}, | ||
value: getLocale, | ||
}, | ||
onApprove: { | ||
@@ -124,0 +136,0 @@ type: "function", |
@@ -198,2 +198,13 @@ /* @flow */ | ||
country: { | ||
type: "object", | ||
queryParam: "country.x", | ||
allowDelegate: true, | ||
queryValue({ value }): string { | ||
const { country } = value; | ||
return country; | ||
}, | ||
value: getLocale, | ||
}, | ||
createOrder: { | ||
@@ -200,0 +211,0 @@ type: "function", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1214004
16823