feat: migrate to new myep app for bookings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user