tf-checkout-react 1.6.3 → 1.6.4

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.
@@ -4263,7 +4263,7 @@ var BillingInfoContainer = /*#__PURE__*/React__default.memo(function (_ref4) {
4263
4263
  }) || {};
4264
4264
  var initialCountry = selectedCountry.id || _get(userData, 'countryId', '') || '1';
4265
4265
  var pageUrl = isBrowser ? window.location.href.split('?')[0] : '';
4266
- usePixel(eventId || '', {
4266
+ usePixel(eventId || (cartInfoData == null ? void 0 : cartInfoData.eventId), {
4267
4267
  page: 'billing',
4268
4268
  pageUrl: pageUrl
4269
4269
  });