From d34331061ca34da0e179ddab9260e23ed2cd8ac9 Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Tue, 19 Nov 2024 15:26:01 +0100 Subject: [PATCH] fix --- src/Core/Services/Implementations/StripePaymentService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Services/Implementations/StripePaymentService.cs b/src/Core/Services/Implementations/StripePaymentService.cs index 4b7e9bd42..ac2a14846 100644 --- a/src/Core/Services/Implementations/StripePaymentService.cs +++ b/src/Core/Services/Implementations/StripePaymentService.cs @@ -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,