@paypal/checkout-components
Advanced tools
Comparing version 5.0.320-alpha-8f6503b.0 to 5.0.320-alpha-bf6ccbe.0
{ | ||
"name": "@paypal/checkout-components", | ||
"version": "5.0.320-alpha-8f6503b.0", | ||
"version": "5.0.320-alpha-bf6ccbe.0", | ||
"description": "PayPal Checkout components, for integrating checkout products.", | ||
@@ -117,3 +117,3 @@ "main": "index.js", | ||
"@paypal/funding-components": "^1.0.31", | ||
"@paypal/sdk-client": "^4.0.190-alpha.2", | ||
"@paypal/sdk-client": "^4.0.191", | ||
"@paypal/sdk-constants": "^1.0.146", | ||
@@ -120,0 +120,0 @@ "@paypal/sdk-logos": "^2.2.6" |
@@ -5,2 +5,4 @@ /* @flow */ | ||
import { BUTTON_FLOW } from "../../constants"; | ||
import { getCardConfig } from "./config"; | ||
@@ -47,2 +49,3 @@ | ||
wallet: getWallet(), | ||
flow: BUTTON_FLOW.PURCHASE, | ||
}) | ||
@@ -59,2 +62,3 @@ ).toEqual(false); | ||
wallet: getWallet(), | ||
flow: BUTTON_FLOW.PURCHASE, | ||
}) | ||
@@ -71,2 +75,3 @@ ).toEqual(true); | ||
wallet: getWallet(), | ||
flow: BUTTON_FLOW.PURCHASE, | ||
}) | ||
@@ -84,2 +89,3 @@ ).toEqual(true); | ||
wallet: getWallet(), | ||
flow: BUTTON_FLOW.PURCHASE, | ||
}) | ||
@@ -99,2 +105,3 @@ ).toEqual(false); | ||
}), | ||
flow: BUTTON_FLOW.PURCHASE, | ||
}) | ||
@@ -113,2 +120,3 @@ ).toEqual(false); | ||
}), | ||
flow: BUTTON_FLOW.PURCHASE, | ||
}) | ||
@@ -125,2 +133,3 @@ ).toEqual(true); | ||
wallet: getWallet(), | ||
flow: BUTTON_FLOW.PURCHASE, | ||
}) | ||
@@ -137,2 +146,3 @@ ).toEqual(false); | ||
wallet: getWallet(), | ||
flow: BUTTON_FLOW.PURCHASE, | ||
}) | ||
@@ -139,0 +149,0 @@ ).toEqual(true); |
@@ -112,2 +112,3 @@ /* @flow */ | ||
experiment?: ?Experiment, | ||
flow: $Values<typeof BUTTON_FLOW>, | ||
enableFunding?: $ReadOnlyArray<?$Values<typeof FUNDING>>, | ||
@@ -114,0 +115,0 @@ fundingEligibility: FundingEligibilityType, |
@@ -15,2 +15,3 @@ /* @flow */ | ||
wallet: expect.any, | ||
flow: BUTTON_FLOW.PURCHASE, | ||
}; | ||
@@ -17,0 +18,0 @@ const venmoConfig = getVenmoConfig(); |
@@ -63,2 +63,4 @@ /* @flow */ | ||
venmoWebEnabled?: boolean, | ||
// first render experiments | ||
venmoVaultWithoutPurchase?: boolean, | ||
|}; | ||
@@ -65,0 +67,0 @@ |
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
16296
1196061
Updated@paypal/sdk-client@^4.0.191