mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
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
This commit is contained in:
@@ -7,6 +7,8 @@ export type SubscriptionCreationPreview = {
|
||||
taxRate: number
|
||||
billingCycleInterval: 'month' | 'year'
|
||||
coupon: PaymentProviderCoupon
|
||||
priceId: string
|
||||
lookupKey: string
|
||||
trialLength: number | null
|
||||
plan: Plan
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user