mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 23:20:47 +02:00
Merge pull request #25288 from overleaf/mf-stripe-webhook-subscription-updated
[web] Handle `customer.subscription.updated` stripe webhook event type GitOrigin-RevId: 821baee5d5a45b92ee7bce47598a5e3ea5aa95ea
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
type CustomerSubscriptionCreated = {
|
||||
export type CustomerSubscriptionWebhookEvent = {
|
||||
type: 'customer.subscription.created'
|
||||
data: {
|
||||
object: {
|
||||
@@ -9,5 +9,3 @@ type CustomerSubscriptionCreated = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export type WebhookEvent = CustomerSubscriptionCreated
|
||||
|
||||
Reference in New Issue
Block a user