ParabolInc / parabol

Free online agile retrospective meeting tool
https://www.parabol.co/
Other
1.87k stars 326 forks source link

Remove old upgrade logic #9887

Open nickoferrall opened 1 week ago

nickoferrall commented 1 week ago

We previously refactored our upgrade to team tier logic. Now we have the oldUpgradeToTeamTier mutation, which we should remove.

But before removing it, the DiscussPhaseSqueeze and InsightDomainNudge components, use the credit card modal which uses the old upgrade logic.

To remove the oldUpgradeTeamTier mutation, we'll need to either refactor the credit card modal to use the new mutation, or direct users towards the /billing page.

AC