Merged in feat/SW-966 (pull request #1361)

feat: show both prices for multiroom room 2-4 on all users

Approved-by: Michael Zetterberg
This commit is contained in:
Simon.Emanuelsson
2025-02-25 09:44:21 +00:00
12 changed files with 92 additions and 49 deletions
@@ -16,7 +16,6 @@ export type RoomPriceSchema = z.output<typeof priceSchema>
export type FlexibilityOptionProps = {
features: RoomConfiguration["features"]
isSelected: boolean
isUserLoggedIn: boolean
paymentTerm: string
petRoomPackage: RoomPackage | undefined
priceInformation?: Array<string>
@@ -27,7 +26,6 @@ export type FlexibilityOptionProps = {
}
export interface PriceListProps {
isUserLoggedIn: boolean
publicPrice?: ProductPrice | Record<string, never>
memberPrice?: ProductPrice | Record<string, never>
petRoomPackage?: RoomPackage