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