Merged in fix/SW-3550-member-rates-should-only- (pull request #3005)
fix(SW-3550): Treat unlinked User as non-logged user within booking flow Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -12,6 +12,7 @@ export type BookingFlowUser =
|
||||
| (BaseUser & {
|
||||
type: "partner-sas"
|
||||
partnerLoyaltyNumber: `EB${string}`
|
||||
isLinked: boolean
|
||||
})
|
||||
| (BaseUser & {
|
||||
type: "scandic"
|
||||
|
||||
Reference in New Issue
Block a user