mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -05:00
WIP
This commit is contained in:
parent
3eada56467
commit
94157b1850
@ -57,6 +57,11 @@ public class BusinessUseAutomaticTaxStrategy : IAutomaticTaxStrategy
|
||||
return false;
|
||||
}
|
||||
|
||||
return customer.Address.Country == "US";
|
||||
if (customer.Address.Country == "US")
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return customer.TaxIds != null && customer.TaxIds.Any();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user