@paypal/checkout-components 5.0.269 → 5.0.270-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/checkout-components",
3
- "version": "5.0.269",
3
+ "version": "5.0.270-alpha.0",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -246,7 +246,6 @@ export function getCheckoutComponent(): CheckoutComponent {
246
246
  onAuth: {
247
247
  type: "function",
248
248
  required: false,
249
- sameDomain: true,
250
249
  },
251
250
 
252
251
  onSmartWalletEligible: {