fix: default search parameter 'pax' to 0
closes #8698uzhqd
This commit is contained in:
@@ -69,7 +69,7 @@ class SearchResultService implements SingletonInterface
|
|||||||
'destinationUid' => null,
|
'destinationUid' => null,
|
||||||
'destinationType' => null,
|
'destinationType' => null,
|
||||||
'nights' => null,
|
'nights' => null,
|
||||||
'pax' => 1,
|
'pax' => 0,
|
||||||
'pageUid' => null,
|
'pageUid' => null,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user