Tracking payment start event
This commit is contained in:
@@ -105,6 +105,15 @@ export type TrackingSDKData = TrackingSDKPageData & {
|
||||
pathName: string
|
||||
}
|
||||
|
||||
export type PaymentEvent = {
|
||||
event: string
|
||||
hotelId: string
|
||||
method: string
|
||||
isSavedCreditCard: boolean
|
||||
smsEnable: boolean
|
||||
errorMessage?: string
|
||||
}
|
||||
|
||||
// Old tracking setup types:
|
||||
// TODO: Remove this when we delete "current site"
|
||||
export type TrackingProps = {
|
||||
|
||||
Reference in New Issue
Block a user