mirror of
https://github.com/bitwarden/server
synced 2026-02-25 00:52:57 +00:00
[PM-24350] fix tax calculation (#6251)
This commit is contained in:
@@ -13,5 +13,5 @@ public class TaxInfo
|
||||
public string BillingAddressCity { get; set; }
|
||||
public string BillingAddressState { get; set; }
|
||||
public string BillingAddressPostalCode { get; set; }
|
||||
public string BillingAddressCountry { get; set; } = "US";
|
||||
public string BillingAddressCountry { get; set; } = Constants.CountryAbbreviations.UnitedStates;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user