mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
[PM-16682] Fix tax id not being saved for providers (#5257)
This commit is contained in:
@ -11,10 +11,4 @@ public class TaxInfo
|
||||
public string BillingAddressState { get; set; }
|
||||
public string BillingAddressPostalCode { get; set; }
|
||||
public string BillingAddressCountry { get; set; } = "US";
|
||||
|
||||
public bool HasTaxId
|
||||
{
|
||||
get => !string.IsNullOrWhiteSpace(TaxIdNumber) &&
|
||||
!string.IsNullOrWhiteSpace(TaxIdType);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user