mirror of
https://github.com/bitwarden/server
synced 2026-01-08 03:23:20 +00:00
Removed automatic tax feature flag (#4487)
This commit is contained in:
@@ -725,7 +725,6 @@ public class StripePaymentServiceTests
|
||||
AmountDue = 0
|
||||
});
|
||||
stripeAdapter.SubscriptionCreateAsync(default).ReturnsForAnyArgs(new Stripe.Subscription { });
|
||||
featureService.IsEnabled(FeatureFlagKeys.PM5766AutomaticTax).Returns(true);
|
||||
|
||||
var upgrade = new OrganizationUpgrade()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user