Merge pull request #26965 from overleaf/mf-trials-convert-to-regular-should-not-send-subscription-renewed

[web] Stop sending any event when trial changes to active for Stripe subscription on `customer.subscription.updated` stripe webhook event type

GitOrigin-RevId: 11256878cd2828036aad3130a05ad36d95466199
This commit is contained in:
M Fahru
2025-07-10 07:58:00 -07:00
committed by Copybot
parent fd8a4ac020
commit 028d4b481f

View File

@@ -22,6 +22,7 @@ export type CustomerSubscriptionUpdatedWebhookEvent = {
},
]
}
status?: Stripe.Subscription.Status
}
}
}