Adopt changes in myep api

This commit is contained in:
Björn Fromme
2021-10-07 11:10:52 +02:00
parent f73ad58b6b
commit f427e9d79a
@@ -277,7 +277,7 @@
}, },
loadContingents () { loadContingents () {
this.beginLoading('Lade Kontingente...') this.beginLoading('Lade Kontingente...')
return authenticatedClient.get(`/api/contingents/${this.travelData.busproId}`) return authenticatedClient.get(`/api/contingents/${this.travelData.busproId}/${this.bookingData.partnerId}`)
.then(response => { .then(response => {
this.contingents = response.data; this.contingents = response.data;
}) })