Merged in chore/SW-2878-extract-booking-confirmation-pag (pull request #2779)
Chore/SW-2878 extract booking confirmation pag * chore(SW-2878): Moved booking confirmation page to booking-flow package * chore(SW-2878): Fixed promo styles as per design * chore(SW-2878): Kept tiny duplicate function to avoid export from booking-flow package Approved-by: Anton Gunnarsson
This commit is contained in:
15
packages/common/constants/booking.ts
Normal file
15
packages/common/constants/booking.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export const SEARCHTYPE = "searchtype"
|
||||
|
||||
export const MEMBERSHIP_FAILED_ERROR = "MembershipFailedError"
|
||||
|
||||
export enum CancellationRuleEnum {
|
||||
CancellableBefore6PM = "CancellableBefore6PM",
|
||||
NonCancellable = "NonCancellable",
|
||||
Changeable = "Changeable",
|
||||
}
|
||||
|
||||
export enum PaymentCallbackStatusEnum {
|
||||
Success = "success",
|
||||
Error = "error",
|
||||
Cancel = "cancel",
|
||||
}
|
||||
@@ -12,6 +12,7 @@
|
||||
},
|
||||
"exports": {
|
||||
"./constants/alert": "./constants/alert.ts",
|
||||
"./constants/booking": "./constants/booking.ts",
|
||||
"./constants/currency": "./constants/currency.ts",
|
||||
"./constants/dateFormats": "./constants/dateFormats.ts",
|
||||
"./constants/facilities": "./constants/facilities.ts",
|
||||
|
||||
Reference in New Issue
Block a user