tf-checkout-react 1.5.2 → 1.5.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.
@@ -5999,7 +5999,9 @@ var WaitingList = function WaitingList(_ref) {
5999
5999
  _context.prev = 0;
6000
6000
  setLoading(true);
6001
6001
  _context.next = 4;
6002
- return addToWaitingList(eventId, values);
6002
+ return addToWaitingList(eventId, {
6003
+ attributes: values
6004
+ });
6003
6005
  case 4:
6004
6006
  response = _context.sent;
6005
6007
  if (response.success) {