You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you are working on local development with forwarded stripe events, the customer.subscription.created and customer.subscription.updated events are received almost at the same time and, as updating use createOrUpdateSubscription, the subscriptions are created 2 times.
My idea is to use a specific update method instead of
Description
When you are working on local development with forwarded stripe events, the
customer.subscription.created
andcustomer.subscription.updated
events are received almost at the same time and, as updating usecreateOrUpdateSubscription
, the subscriptions are created 2 times.My idea is to use a specific update method instead of
stripe/src/services/Webhooks.php
Line 97 in fa70b83
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: