Merge pull request #28639 from overleaf/kh-analytics-for-custom-checkout-part-2

[web] support `payment-page-form-*` events for Stripe custom checkout

GitOrigin-RevId: cff1206fe0e9e03fa1c822f02ecca18f7ca27f59
This commit is contained in:
Kristina
2025-09-29 09:27:37 +02:00
committed by Copybot
parent e05ec0321b
commit e9fd1311a7

View File

@@ -18,4 +18,5 @@ export type SubscriptionMetadata = Stripe.Metadata & {
itm_campaign?: string
itm_content?: string
itm_referrer?: string
checkoutSource?: 'hosted-checkout' | 'elements-checkout'
}