fix: fetch fresh room prices from api to avoid calculation mismatch

This commit is contained in:
Björn Fromme
2026-01-13 15:14:27 +01:00
parent efacbf64cb
commit f942600dd8
3 changed files with 67 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ Authorization: Bearer {{$auth.token("oauth2_api")}}
### API hotel availability remote
# @no-cookie-jar
GET {{base_url}}/api/travels/11603/152546/2026-01-03/availability
GET {{base_url}}/api/travels/11606/152546/2026-01-24/availability
Accept: application/json
Authorization: Bearer {{$auth.token("oauth2_api")}}