Skip to content
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

Merged

Conversation

spalmurray-codecov
Copy link
Contributor

Fixes infinite loop introduced in #630 which has meant us spamming the Stripe API constantly.

@codecov-staging
Copy link

codecov-staging bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codecov-qa
Copy link

codecov-qa bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.54%. Comparing base (92dd89f) to head (df39c79).

✅ 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           
Flag Coverage Δ
unit 91.54% <100.00%> (ø)
unit-latest-uploader 91.54% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
billing/views.py 97.01% <100.00%> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Copy link

codecov-public-qa bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.54%. Comparing base (92dd89f) to head (df39c79).

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #657   +/-   ##
=======================================
  Coverage   91.54%   91.54%           
=======================================
  Files         621      621           
  Lines       16572    16572           
=======================================
  Hits        15171    15171           
  Misses       1401     1401           
Flag Coverage Δ
unit 91.54% <100.00%> (ø)
unit-latest-uploader 91.54% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
billing/views.py 97.01% <100.00%> (ø)

Impacted file tree graph

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.94%. Comparing base (92dd89f) to head (df39c79).

✅ 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           
Flag Coverage Δ
unit 91.54% <100.00%> (ø)
unit-latest-uploader 91.54% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@spalmurray-codecov spalmurray-codecov marked this pull request as ready for review July 3, 2024 17:42
@spalmurray-codecov spalmurray-codecov added this pull request to the merge queue Jul 3, 2024
Merged via the queue into main with commit 9a04ca8 Jul 3, 2024
21 of 22 checks passed
@spalmurray-codecov spalmurray-codecov deleted the spalmurray/fix-update-payment-method-infinite-loop branch July 3, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants