mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05: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