1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-23 12:25:16 +01:00
This commit is contained in:
Jonas Hendrickx 2024-11-19 15:26:01 +01:00
parent 56f7c9be87
commit d34331061c

View File

@ -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,