SDK v1.1.1
about 4 years ago by Ivan Sharko
One of the biggest factors in traveller's decision making is the repercussions the trip upon return home. Is a vacation worth it, if you have to quarantine for 14 days?
New feature flag lets you show quarantine requirements to travellers.
Turn on the new feature by passing the showQuarantineOnReturn
property as part of the widgetOptions object.
const widgetOptions = {
...
showQuarantineOnReturn: true // new feature flag
}