fix(SW-2614): send language to API
We were missing the language param on some endpoints. We are still missing it on some, but I left those without when we don't need it, e.g. when only caring about the IDs in the response.
This commit is contained in:
committed by
Michael Zetterberg
parent
35a2ae9dcc
commit
e0fe5ff0d5
@@ -112,6 +112,7 @@ export default function GuestDetails({
|
||||
phoneNumber: data.phoneNumber,
|
||||
countryCode: data.countryCode,
|
||||
},
|
||||
language: lang,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -89,6 +89,7 @@ export default function Confirmation({
|
||||
refId: bookedRoom.refId,
|
||||
checkInDate,
|
||||
checkOutDate,
|
||||
language: lang,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user