Implement day trip option for products
This commit is contained in:
@@ -67,6 +67,11 @@ class BookingViewHelper extends AbstractViewHelper
|
||||
if ($template === null) {
|
||||
$template = $this->settings['bpnBookingUrlTemplateCode'];
|
||||
}
|
||||
return BookingUrlUtility::generateUrl($bookingId, $hotelId, $template);
|
||||
$options = [
|
||||
'bookingId' => $bookingId,
|
||||
'hotelId' => $hotelId,
|
||||
'template' => $template,
|
||||
];
|
||||
return BookingUrlUtility::generateUrl($options);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user