mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Fix bug in TaxInfo (#1682)
* Fixed bug in TaxInfo * Added a few more tests to TaxInfoTests * Added tests for HasTaxId
This commit is contained in:
@ -51,6 +51,7 @@
|
||||
if (BillingAddressState?.Contains("bec") ?? false)
|
||||
{
|
||||
_taxIdType = "ca_qst";
|
||||
break;
|
||||
}
|
||||
_taxIdType = "ca_bn";
|
||||
break;
|
||||
|
Reference in New Issue
Block a user