Merged in fix/SW-449-booking-widget-url-date (pull request #884)
Fix/SW-449 booking widget url date Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -992,8 +992,8 @@ export const hotelQueryRouter = router({
|
||||
const apiLang = toApiLang(lang)
|
||||
const params = {
|
||||
Adults: input.adults,
|
||||
EndDate: dt(input.toDate).format("YYYY-MM-D"),
|
||||
StartDate: dt(input.fromDate).format("YYYY-MM-D"),
|
||||
EndDate: dt(input.toDate).format("YYYY-MM-DD"),
|
||||
StartDate: dt(input.fromDate).format("YYYY-MM-DD"),
|
||||
language: apiLang,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user