Skip to content

Conversation

isabellaenriquez
Copy link
Member

For new checkout, we will keep customers on their current tier, not surfacing the tier toggle for legacy plans.

Copy link

linear bot commented Sep 12, 2025

@isabellaenriquez isabellaenriquez requested a review from a team September 12, 2025 21:07
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Sep 12, 2025
cursor[bot]

This comment was marked as outdated.

organization,
onToggleLegacy: setTier,
isNewCheckout: hasCheckoutV3(organization),
isNewCheckout,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: AM3 Subscription Renders Incorrect Checkout

Customers with an AM3 subscription are incorrectly shown the AM2 checkout when isNewCheckout is active, and their organization lacks the am3-billing feature or isn't a migrating partner. While the useEffect correctly sets the tier to PlanTier.AM3, the rendering logic falls through to the AM2 condition, contradicting the goal of keeping customers on their current tier.

Fix in Cursor Fix in Web

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

customers with AM3 subscription inherently have the am3-billing flag

@isabellaenriquez isabellaenriquez merged commit e83b6e8 into master Sep 15, 2025
45 checks passed
@isabellaenriquez isabellaenriquez deleted the isabella/bil-1550 branch September 15, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants