Tracking payment start event

This commit is contained in:
Linus Flood
2025-01-08 10:48:43 +01:00
parent 519795acac
commit 20714d0c3b
3 changed files with 40 additions and 1 deletions

View File

@@ -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 = {