-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/2164/maually downgrade plan #297
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
base: release/2.34.0
Are you sure you want to change the base?
Feat/2164/maually downgrade plan #297
Conversation
Merge Development into Main
Merge development in to main
merge development into main
export let isOpen: boolean = false; | ||
export let currentPlan: string; |
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.
@rudransh-techdome, pass complete current plan and selected plan.
const to = selectedPlan?.toLowerCase?.() || ''; | ||
|
||
// Professional → Standard: 5 | ||
if (from === 'professional' && to === 'standard') return 5; |
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.
@rudransh-techdome , The limit value should be applied dynamically from the backend based on the user's plan and selected. Please avoid using static values.
…g to community[2164/2545]
Ticket number: 2164
Downgrade functionality for users to downgrade from any higher to lower plans.