mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-21 21:17:06 +08:00
* Add changes for stripe checkout * fix the type checkimg error * Fix premium upgrade dialog storybook providers * [PM-38393] bypass cloud check for stripe checkout for qa (#21212) * feat: add DebugDisableSelfHostPremiumCheck feature flag * feat: bypass self-host check for premium checkout behind QA flag * test: pin self-host fallback test to bypass flag off * feat: bypass self-host check for subscription pricing behind QA flag Gate the subscription-pricing API calls on DebugDisableSelfHostPremiumCheck in addition to the cloud check, so a self-hosted-region client can fetch and display prices in the premium checkout dialog when the QA flag is enabled. --------- Co-authored-by: Kyle Denney <[email protected]>