mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
fix
This commit is contained in:
parent
56f7c9be87
commit
d34331061c
@ -1659,6 +1659,7 @@ public class StripePaymentService : IPaymentService
|
||||
return new TaxInfo
|
||||
{
|
||||
TaxIdNumber = taxId?.Value,
|
||||
TaxIdType = taxId?.Type,
|
||||
BillingAddressLine1 = address?.Line1,
|
||||
BillingAddressLine2 = address?.Line2,
|
||||
BillingAddressCity = address?.City,
|
||||
|
Loading…
Reference in New Issue
Block a user