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

Don't allow AWS marketplace customers to modify their subscription via Chargebee #2399

Closed
dabeeeenster opened this issue Jul 7, 2023 · 0 comments · Fixed by #2400
Closed
Labels
api Issue related to the REST API front-end Issue related to the React Front End Dashboard improvement Improvement to the existing platform

Comments

@dabeeeenster
Copy link
Contributor

dabeeeenster commented Jul 7, 2023

The FE must check the subscription payment_method in the /api/v1/organisations/ endpoint. If the payment_method is AWS_MARKETPLACE then don't show any upgrade/downgrade options:

  • Don't show any chargebee related items.
  • Lock the seat limit to the number in the subscription

We also need to add an Enum to the back end to enable this, and a related DB record.

@dabeeeenster dabeeeenster added feature New feature or request front-end Issue related to the React Front End Dashboard api Issue related to the REST API improvement Improvement to the existing platform and removed feature New feature or request labels Jul 7, 2023
@kyle-ssg kyle-ssg linked a pull request Jul 7, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issue related to the REST API front-end Issue related to the React Front End Dashboard improvement Improvement to the existing platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant