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
Browse filesBrowse the repository at this point in the historyBrowse files
Connor Byrne
committed
fix(billing): read the top-up deep link gate from billing policy
The loader computed its own gate from isActiveSubscription and isFreeTier
under a comment saying it was the negation of showTopUpCreditsDialog's
paywall gate. That stopped being true once the dialog moved to
billingPolicyCapabilities: the loader has no distribution term, so off
cloud it suppressed add_api_credit_button_clicked for deep links that do
open the real top-up dialog.
Both now read topUpAccess, so they cannot disagree.
Fixes#14862
0 commit comments