-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Refactor StaticStore Plans and consuming logic #6136
Refactor StaticStore Plans and consuming logic #6136
Conversation
New Issues
|
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.
AC Team + tech lead changes look good.
Can you please get a review from within Billing Team on the rest of the changes, there's no need for me to review them given that I'm not a codeowner and they should just flow from what we've already done on the server.
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.
Looks good from @bitwarden/team-billing.
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.
Nice job @cyprain-okeke !
1ad52bb
575958c
* staticstore factoring changes * Refactoring code changes * fix the free org issue * remove a depreciated endpoint * Resolve the issue of secrets manager sub * Fix the ui product sorting
* staticstore factoring changes * Refactoring code changes * fix the free org issue * remove a depreciated endpoint * Resolve the issue of secrets manager sub * Fix the ui product sorting
Type of change
Objective
Modify the client to use the refactored PlanResponseModel and eliminate the old implementation that has secrets plan, bitwardenProducttype enum and password plan
Code changes
Screenshots
Before you submit