Handle payment fail and cancel events
This commit is contained in:
@@ -107,10 +107,10 @@ export type TrackingSDKData = TrackingSDKPageData & {
|
||||
|
||||
export type PaymentEvent = {
|
||||
event: string
|
||||
hotelId: string
|
||||
method: string
|
||||
isSavedCreditCard: boolean
|
||||
smsEnable: boolean
|
||||
hotelId: string | null
|
||||
method?: string
|
||||
isSavedCreditCard?: boolean
|
||||
smsEnable?: boolean
|
||||
errorMessage?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user