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
That will allow the synchrotron reporter to report instantly without having to iterate through all Stripe subscriptions via Stripe's API each time it's about to post.
It will also make #10 easier to implement since we can detect if the subscription in question already has unpaid set to true - in which case there's no need to re-notify about a failed payment.
The text was updated successfully, but these errors were encountered:
That will allow the synchrotron reporter to report instantly without having to iterate through all Stripe subscriptions via Stripe's API each time it's about to post.
It will also make #10 easier to implement since we can detect if the subscription in question already has
unpaid
set totrue
- in which case there's no need to re-notify about a failed payment.The text was updated successfully, but these errors were encountered: