tf-checkout-react 1.0.99 → 1.0.100

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.
@@ -1803,7 +1803,7 @@ var setLoggedUserData = function setLoggedUserData(data) {
1803
1803
  email: data.email,
1804
1804
  confirmEmail: data.email,
1805
1805
  city: (data == null ? void 0 : data.city) || '',
1806
- country: (data == null ? void 0 : data.country) || '',
1806
+ country: (data == null ? void 0 : data.countryId) || (data == null ? void 0 : data.country) || '',
1807
1807
  phone: (data == null ? void 0 : data.phone) || '',
1808
1808
  street_address: (data == null ? void 0 : data.streetAddress) || '',
1809
1809
  state: (data == null ? void 0 : data.stateId) || '',