feat: domain-based theme-detection

This commit is contained in:
Björn Fromme
2026-03-16 12:02:59 +01:00
parent e24403949c
commit 11ab98b3d8
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);