tf-checkout-react 1.4.23-beta.8 → 1.4.23-beta.9

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.
@@ -11896,7 +11896,7 @@ var PreRegistration = function PreRegistration(_ref) {
11896
11896
  return getCountries();
11897
11897
  case 3:
11898
11898
  res = _context.sent;
11899
- setCountries(_map(_get(res, 'data.data'), function (item) {
11899
+ setCountries(_map(_get(res, 'data'), function (item) {
11900
11900
  return {
11901
11901
  label: item.name,
11902
11902
  value: Number(item.id)