1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 07:43:54 +00:00

[PM-24556] Remove Code for PM-21383 Get Provider Price from Stripe (#6217)

* refactor: remove flag in controller

* tests: remove flag use in test

* refactor: remove flag constant
This commit is contained in:
Stephon Brown
2025-08-18 15:25:40 -04:00
committed by GitHub
parent 6971f0a976
commit ae1e9a2aed
3 changed files with 5 additions and 24 deletions

View File

@@ -158,7 +158,6 @@ public static class FeatureFlagKeys
public const string UseOrganizationWarningsService = "use-organization-warnings-service";
public const string PM20322_AllowTrialLength0 = "pm-20322-allow-trial-length-0";
public const string PM21092_SetNonUSBusinessUseToReverseCharge = "pm-21092-set-non-us-business-use-to-reverse-charge";
public const string PM21383_GetProviderPriceFromStripe = "pm-21383-get-provider-price-from-stripe";
public const string PM21881_ManagePaymentDetailsOutsideCheckout = "pm-21881-manage-payment-details-outside-checkout";
public const string PM21821_ProviderPortalTakeover = "pm-21821-provider-portal-takeover";
public const string PM22415_TaxIDWarnings = "pm-22415-tax-id-warnings";