diff --git a/src/Core/Services/Implementations/StripePaymentService.cs b/src/Core/Services/Implementations/StripePaymentService.cs index f532c0ae6c..d54be4052a 100644 --- a/src/Core/Services/Implementations/StripePaymentService.cs +++ b/src/Core/Services/Implementations/StripePaymentService.cs @@ -931,7 +931,7 @@ namespace Bit.Core.Services SubscriptionId = item.SubscriptionId, Discountable = item.Discountable, Metadata = item.Metadata, - Quantity = item.Quantity, + Quantity = 1, UnitAmount = item.UnitAmount }; await invoiceItemService.CreateAsync(i);