feat(SW-2116): Use refId instead of confirmationNumber
This commit is contained in:
@@ -52,7 +52,7 @@ export default function Header({
|
||||
url: hotel.contactInformation.websiteUrl,
|
||||
}
|
||||
|
||||
const bookingUrlPath = `${myStay[lang]}?RefId=${refId}`
|
||||
const bookingUrlPath = `${myStay[lang]}?RefId=${encodeURIComponent(refId)}`
|
||||
|
||||
return (
|
||||
<header className={styles.header}>
|
||||
|
||||
Reference in New Issue
Block a user