mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
Removed automatic tax feature flag (#4487)
This commit is contained in:
@@ -148,9 +148,7 @@ public class OrganizationService : IOrganizationService
|
||||
organization,
|
||||
paymentMethodType,
|
||||
paymentToken,
|
||||
_featureService.IsEnabled(FeatureFlagKeys.PM5766AutomaticTax)
|
||||
? taxInfo
|
||||
: null);
|
||||
taxInfo);
|
||||
if (updated)
|
||||
{
|
||||
await ReplaceAndUpdateCacheAsync(organization);
|
||||
|
||||
Reference in New Issue
Block a user