feat: migrate to new myep app for bookings

This commit is contained in:
Björn Fromme
2026-01-05 16:59:56 +01:00
parent ff457a1d3d
commit 96e7e8005b
38 changed files with 52 additions and 2675 deletions
@@ -82,9 +82,9 @@ class BookingViewHelper extends AbstractViewHelper
}
$options = [
'bookingId' => $arguments['bookingId'],
'dateId' => $arguments['bookingId'],
'hotelId' => $arguments['hotelId'],
'template' => $template,
'theme' => $template,
];
return BookingUrlUtility::generateUrl($options);
}