feat: domain-based theme-detection

This commit is contained in:
Björn Fromme
2026-01-27 11:18:37 +01:00
parent 2355442ac0
commit d5944bf717
9 changed files with 189 additions and 38 deletions
@@ -103,9 +103,6 @@ class IndexController extends AbstractController
// Store optional return URL in session (defaults to main EP site)
$this->bookingService->storeReturnUrl($request, $params->returnUrl);
// Store theme for consistent styling throughout the booking flow
$this->bookingService->storeTheme($request, $params->theme);
// Create fresh booking session with the provided parameters
$bookingDto = $this->bookingService->startFreshBooking($request, $dateId, $hotelId, $agencyId);