You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the different prices are hard-coded per entity type (team/user) in the UI, this doesn't work if we change prices over time.
The source of truth is in stripe, so we should introduce a function in the billing service that allows retrieving the price for a cost center. This information should be retrievable for non-subscribed cost centers as well, so we can display what a user/team would sign up to.
The text was updated successfully, but these errors were encountered:
Currently, the different prices are hard-coded per entity type (team/user) in the UI, this doesn't work if we change prices over time.
The source of truth is in stripe, so we should introduce a function in the billing service that allows retrieving the price for a cost center. This information should be retrievable for non-subscribed cost centers as well, so we can display what a user/team would sign up to.
The text was updated successfully, but these errors were encountered: