@paypal/checkout-components 5.0.199 → 5.0.200

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## <small>5.0.200 (2022-02-24)</small>
2
+
3
+ * fix(typo): Update FPTI event tracking name (#1881) ([1e2fd45](https://github.com/paypal/paypal-checkout-components/commit/1e2fd45)), closes [#1881](https://github.com/paypal/paypal-checkout-components/issues/1881)
4
+
5
+
6
+
1
7
  ## <small>5.0.199 (2022-02-23)</small>
2
8
 
3
9
  * chore(deps): update dependency karma to v6 [security] (#1876) ([0d1c628](https://github.com/paypal/paypal-checkout-components/commit/0d1c628)), closes [#1876](https://github.com/paypal/paypal-checkout-components/issues/1876)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/checkout-components",
3
- "version": "5.0.199",
3
+ "version": "5.0.200",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -45,7 +45,7 @@ export const getButtonsComponent : () => ButtonsComponent = memoize(() => {
45
45
  const { buttonSessionID } = props;
46
46
 
47
47
  if (!isLocalStorageEnabled()) {
48
- getLogger().info('localstoage_inaccessible_possible_private_browsing').track({
48
+ getLogger().info('localstorage_inaccessible_possible_private_browsing').track({
49
49
  [ FPTI_KEY.BUTTON_SESSION_UID ]: buttonSessionID,
50
50
  [ FPTI_KEY.CONTEXT_TYPE ]: 'button_session_id',
51
51
  [ FPTI_KEY.CONTEXT_ID ]: buttonSessionID,