Просмотр исходного кода

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
M Fahru 1 год назад
Родитель
Сommit
028d4b481f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      services/web/types/stripe/webhook-event.ts

+ 1 - 0
services/web/types/stripe/webhook-event.ts

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