@ikas/storefront 0.0.167-alpha.7 → 0.0.167-alpha.8

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/build/index.es.js CHANGED
@@ -17885,7 +17885,7 @@ var FacebookPixel = /** @class */ (function () {
17885
17885
  try {
17886
17886
  !isServer &&
17887
17887
  window.fbq &&
17888
- window.fbq("track", "AddToCart", orderLineItemToFBPItem(item, quantity), { eventId: eventId });
17888
+ window.fbq("track", "AddToCart", orderLineItemToFBPItem(item, quantity), { eventID: eventId });
17889
17889
  return;
17890
17890
  }
17891
17891
  catch (err) {
@@ -17907,7 +17907,7 @@ var FacebookPixel = /** @class */ (function () {
17907
17907
  try {
17908
17908
  !isServer &&
17909
17909
  window.fbq &&
17910
- window.fbq("track", "Purchase", beginCheckoutFBPItem(checkout), { eventId: eventId });
17910
+ window.fbq("track", "Purchase", beginCheckoutFBPItem(checkout), { eventID: eventId });
17911
17911
  return;
17912
17912
  }
17913
17913
  catch (err) {
package/build/index.js CHANGED
@@ -17893,7 +17893,7 @@ var FacebookPixel = /** @class */ (function () {
17893
17893
  try {
17894
17894
  !isServer &&
17895
17895
  window.fbq &&
17896
- window.fbq("track", "AddToCart", orderLineItemToFBPItem(item, quantity), { eventId: eventId });
17896
+ window.fbq("track", "AddToCart", orderLineItemToFBPItem(item, quantity), { eventID: eventId });
17897
17897
  return;
17898
17898
  }
17899
17899
  catch (err) {
@@ -17915,7 +17915,7 @@ var FacebookPixel = /** @class */ (function () {
17915
17915
  try {
17916
17916
  !isServer &&
17917
17917
  window.fbq &&
17918
- window.fbq("track", "Purchase", beginCheckoutFBPItem(checkout), { eventId: eventId });
17918
+ window.fbq("track", "Purchase", beginCheckoutFBPItem(checkout), { eventID: eventId });
17919
17919
  return;
17920
17920
  }
17921
17921
  catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.167-alpha.7",
3
+ "version": "0.0.167-alpha.8",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",