mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
WIP
This commit is contained in:
parent
3eada56467
commit
94157b1850
@ -57,6 +57,11 @@ public class BusinessUseAutomaticTaxStrategy : IAutomaticTaxStrategy
|
|||||||
return false;
|
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