mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #25497 from overleaf/mf-send-subscription-renewed-event-stripe
[web] Send analytics events and user properties when user's subscription is renewed with the same plan GitOrigin-RevId: c21436d942e8b1a2b8c9fca5827826bf0e8b8bdb
This commit is contained in:
@@ -11,6 +11,17 @@ export type CustomerSubscriptionUpdatedWebhookEvent = {
|
||||
// https://docs.stripe.com/api/events/object?api-version=2025-04-30.basil#event_object-data-previous_attributes
|
||||
previous_attributes: {
|
||||
cancel_at_period_end?: boolean // will only be present if the subscription was cancelled or reactivated
|
||||
items?: {
|
||||
// will be present if the subscription was downgraded, upgraded, or renewed
|
||||
data: [
|
||||
{
|
||||
price: {
|
||||
id: string
|
||||
}
|
||||
quantity: number
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user