Merged in feat/SW-1437-price-change-scenario (pull request #1532)
Feat/SW-1437 price change scenario * wip price change scenario * feat(SW-1437): added updated room prices to summary * fix: spinner not centered on page * fix: feedback fixes Approved-by: Arvid Norlin Approved-by: Simon.Emanuelsson
This commit is contained in:
@@ -13,3 +13,9 @@ export interface PaymentClientProps
|
||||
extends Omit<PaymentProps, "supportedCards"> {
|
||||
savedCreditCards: CreditCard[] | null
|
||||
}
|
||||
|
||||
export type PriceChangeData = Array<{
|
||||
roomPrice: number
|
||||
totalPrice: number
|
||||
packagePrice?: number
|
||||
} | null>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
export type PriceChangeDialogProps = {
|
||||
isOpen: boolean
|
||||
oldPrice: number
|
||||
newPrice: number
|
||||
currency: string
|
||||
onCancel: () => void
|
||||
onAccept: () => void
|
||||
}
|
||||
Reference in New Issue
Block a user