From 34e31176beb6e799fe7d2cf3294be4ef2b3b4e44 Mon Sep 17 00:00:00 2001 From: Kristina <7614497+khjrtbrg@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:17:14 +0200 Subject: [PATCH] Merge pull request #28572 from overleaf/kh-analytics-for-custom-checkout [web] add `payment-page-view`, `payment-page-toggle-payment`, `payment-page-toggle-country` events to Stripe custom checkout GitOrigin-RevId: a576ee706909e1e363e9ca256e2303a8fd9e1aa7 --- .../web/types/subscription/subscription-creation-preview.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/types/subscription/subscription-creation-preview.ts b/services/web/types/subscription/subscription-creation-preview.ts index 3588335c0b..21c88eefc4 100644 --- a/services/web/types/subscription/subscription-creation-preview.ts +++ b/services/web/types/subscription/subscription-creation-preview.ts @@ -7,6 +7,8 @@ export type SubscriptionCreationPreview = { taxRate: number billingCycleInterval: 'month' | 'year' coupon: PaymentProviderCoupon + priceId: string + lookupKey: string trialLength: number | null plan: Plan }