Merged in fix/tracking-requests (pull request #1208)

Added siteversion to all events and fixed payment status

* Added siteversion to all events and fixed payment status

* Fixed bug


Approved-by: Erik Tiekstra
This commit is contained in:
Linus Flood
2025-01-24 07:49:00 +00:00
parent 127bb6a0a7
commit cea4e3f3fe
6 changed files with 31 additions and 19 deletions

View File

@@ -127,6 +127,7 @@ type BasePaymentEvent = {
method?: string
isSavedCreditCard?: boolean
smsEnable?: boolean
status: "attempt" | "cancelled" | "failed"
}
export type PaymentAttemptStartEvent = BasePaymentEvent