Merged in feat/book-623-bw-lang (pull request #3248)

feat(BOOK-623): pass correct lang to booking widget and fix some more error logs

* feat(BOOK-623): pass correct lang to booking widget and fix some more error logs


Approved-by: Joakim Jäderberg
This commit is contained in:
Linus Flood
2025-11-28 08:59:39 +00:00
parent c65091b36a
commit 9bcb9e8232
5 changed files with 12 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ async function MyStay(props: {
if (isLoggedIn) {
bookingConfirmation = await getBookingConfirmation(refId)
} else if (bv) {
logger.info(`MyStay: bv`, bv)
logger.debug(`MyStay: bv`, bv)
const {
firstName,
email,