Merged in feat(SW-2083)-missing-booking-codes-scenarios-my-stay (pull request #1680)
Feat(SW-2083) missing booking codes scenarios my stay * feat(SW-2083) Show points instead of reward nights * feat(SW-2083) added support for cheque and voucher for totalPrice Approved-by: Niclas Edenvin
This commit is contained in:
@@ -2,3 +2,5 @@ export enum MODAL_STEPS {
|
||||
INITIAL = 1,
|
||||
CONFIRMATION = 2,
|
||||
}
|
||||
|
||||
export type PriceType = "points" | "money" | "voucher" | "cheque"
|
||||
|
||||
Reference in New Issue
Block a user