tf-checkout-react 1.4.24-beta.1 → 1.4.24-beta.2

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.
@@ -1554,7 +1554,7 @@ var getAddons = /*#__PURE__*/function () {
1554
1554
  return publicRequest.get("/v1/event/" + eventId + "/add-ons");
1555
1555
  case 2:
1556
1556
  result = _context.sent;
1557
- addons = _get(result, 'data.attributes', []);
1557
+ addons = _get(result, 'data.data.attributes', []);
1558
1558
  return _context.abrupt("return", addons);
1559
1559
  case 5:
1560
1560
  case "end":