Merged in fix/SW-3198-prices-select-rate (pull request #2763)
fix(SW-3198): fix striketrhough/regular prices, the same in enter details as select rate * fix(SW-3198): fix striketrhough/regular prices, the same in enter details as select rate * fix(SW-3198): remove additonalcost if calculating cost per room * fix(SW-3198): include bookingcode in specialrate * fix(SW-3198): remove console log * fix(SW-3198): add or operator * fix(SW-3198): capture total return value * fix(SW-3198): rename and move function Approved-by: Joakim Jäderberg Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
@@ -22,12 +22,12 @@ export type RoomsData = {
|
||||
}
|
||||
|
||||
export interface SummaryProps {
|
||||
isMember: boolean
|
||||
isUserLoggedIn: boolean
|
||||
}
|
||||
|
||||
export interface EnterDetailsSummaryProps {
|
||||
booking: DetailsBooking
|
||||
isMember: boolean
|
||||
isUserLoggedIn: boolean
|
||||
totalPrice: Price
|
||||
vat: number
|
||||
rooms: RoomState[]
|
||||
|
||||
Reference in New Issue
Block a user