-
Notifications
You must be signed in to change notification settings - Fork 77
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
Stripe integration updates for card #4768
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Passing run #7096 ↗︎Details:
Review all test suite changes for PR #4768 ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4768 +/- ##
=======================================
Coverage 69.47% 69.47%
=======================================
Files 519 519
Lines 25055 25055
Branches 2739 2739
=======================================
Hits 17408 17408
Misses 7168 7168
Partials 479 479 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @SteveDMurphy please take a look at my changes, we can merge this if you sign off on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reviewing this again @SteveDMurphy, this looks good to me!
method: POST | ||
delete: | ||
method: DELETE | ||
ignore_errors: [404] # ignore errors if the card no longer exists |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
included ignoring a 404 here, we ignore others already and this helps resolve errors for cards not found when a user approves two erasure requests simultaneously @galvana
Closes FIDES-581
Description Of Changes
The Card endpoint for Stripe no longer supports country, this is being removed along with changing the endpoint to a delete instead of update due to card expiration dates casuing issues.
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md