-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BEEEP] [PM-18518] Cleanup StripePaymentService #5435
base: main
Are you sure you want to change the base?
Conversation
Great job, no security vulnerabilities found in this Pull Request |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5435 +/- ##
==========================================
- Coverage 44.48% 44.37% -0.11%
==========================================
Files 1512 1513 +1
Lines 70281 69711 -570
Branches 6341 6279 -62
==========================================
- Hits 31261 30937 -324
+ Misses 37674 37451 -223
+ Partials 1346 1323 -23 ☔ View full report in Codecov by Sentry. |
Task<bool> HasSecretsManagerStandalone(Organization organization); | ||
Task<(DateTime?, DateTime?)> GetSuspensionDateAsync(Stripe.Subscription subscription); |
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.
This one's implementation can be made private
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.
Forgot that one. It's fixed. Moved a few other methods out that could be made extension methods.
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-18518
📔 Objective
This code doesn't seem to be referenced anywhere anymore and can likely be safely deleted.
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes