summit-registration-lite 2.0.19 → 3.0.0
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -387,7 +387,7 @@ const loadSession = settings => dispatch => {
|
|
|
387
387
|
/* TICKETS */
|
|
388
388
|
|
|
389
389
|
/*********************************************************************************/
|
|
390
|
-
// api/v1/summits/{id}/ticket-types
|
|
390
|
+
// api/v1/summits/{id}/ticket-types/allowed
|
|
391
391
|
// api/v1/summits/{id}/tax-types
|
|
392
392
|
|
|
393
393
|
const getTicketTypes = summitId => async (dispatch, getState, {
|
|
@@ -401,7 +401,7 @@ const getTicketTypes = summitId => async (dispatch, getState, {
|
|
|
401
401
|
access_token: accessToken
|
|
402
402
|
};
|
|
403
403
|
dispatch(startWidgetLoading());
|
|
404
|
-
return (0,actions_namespaceObject.getRequest)(null, (0,actions_namespaceObject.createAction)(GET_TICKET_TYPES), `${apiBaseUrl}/api/v1/summits/${summitId}/ticket-types`, actions_namespaceObject.authErrorHandler)(params)(dispatch).then(() => {
|
|
404
|
+
return (0,actions_namespaceObject.getRequest)(null, (0,actions_namespaceObject.createAction)(GET_TICKET_TYPES), `${apiBaseUrl}/api/v1/summits/${summitId}/ticket-types/allowed`, actions_namespaceObject.authErrorHandler)(params)(dispatch).then(() => {
|
|
405
405
|
dispatch(stopWidgetLoading());
|
|
406
406
|
});
|
|
407
407
|
} catch (e) {
|