1
0
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:
Justin Baur
2021-11-01 12:13:31 -04:00
committed by GitHub
parent dcc11e3819
commit 4c9d9b248c
3 changed files with 38 additions and 1 deletions

View File

@ -51,6 +51,7 @@
if (BillingAddressState?.Contains("bec") ?? false)
{
_taxIdType = "ca_qst";
break;
}
_taxIdType = "ca_bn";
break;