1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 15:53:59 +00:00

[PM-24552] - Remove code for pm-19956-require-provider-payment-method-during-setup (#6196)

* [PM-24552] - remove code for feature flag

* pr gate: removing unused and redundant usings/qualifiers
This commit is contained in:
Kyle Denney
2025-08-20 14:11:15 -05:00
committed by GitHub
parent 22420f595f
commit 58eae7a220
7 changed files with 80 additions and 146 deletions

View File

@@ -153,7 +153,6 @@ public static class FeatureFlagKeys
public const string PM12276Breadcrumbing = "pm-12276-breadcrumbing-for-business-features";
public const string PM19422_AllowAutomaticTaxUpdates = "pm-19422-allow-automatic-tax-updates";
public const string PM199566_UpdateMSPToChargeAutomatically = "pm-199566-update-msp-to-charge-automatically";
public const string PM19956_RequireProviderPaymentMethodDuringSetup = "pm-19956-require-provider-payment-method-during-setup";
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";