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