1
0
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:
Conner Turnbull
2024-07-10 07:32:41 -04:00
committed by GitHub
parent ff8a436cd4
commit 9e78236a72
5 changed files with 22 additions and 160 deletions

View File

@ -148,9 +148,7 @@ public class OrganizationService : IOrganizationService
organization,
paymentMethodType,
paymentToken,
_featureService.IsEnabled(FeatureFlagKeys.PM5766AutomaticTax)
? taxInfo
: null);
taxInfo);
if (updated)
{
await ReplaceAndUpdateCacheAsync(organization);