-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Prevent infinite loop in update_payment_method logic #657
fix: Prevent infinite loop in update_payment_method logic #657
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #657 +/- ##
=======================================
Coverage 91.54% 91.54%
=======================================
Files 621 621
Lines 16572 16572
=======================================
Hits 15171 15171
Misses 1401 1401
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found @@ Coverage Diff @@
## main #657 +/- ##
=======================================
Coverage 91.54% 91.54%
=======================================
Files 621 621
Lines 16572 16572
=======================================
Hits 15171 15171
Misses 1401 1401
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #657 +/- ##
===========================================
Coverage 95.94000 95.94000
===========================================
Files 799 799
Lines 17889 17889
===========================================
Hits 17163 17163
Misses 726 726
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fixes infinite loop introduced in #630 which has meant us spamming the Stripe API constantly.