feat: revert room price fetching for performance reasons

This commit is contained in:
Björn Fromme
2026-03-16 12:02:28 +01:00
parent dfb6f88be9
commit 4851b1b72d
2 changed files with 0 additions and 66 deletions
-4
View File
@@ -247,10 +247,6 @@ class BookingService
$this->travelDataService->patchAvailabilities($travelData, $availabilities);
}
// Fetch and patch room prices from API to ensure consistency with booking validation
// This prevents price mismatch errors when XML export has stale prices
$this->travelDataService->patchRoomPricesFromApi($travelData);
// Get bookable rooms (Frei or Anfrage with available > 0)
$availableRooms = $travelData->getAvailableRooms();