From dd21d8fcf4cfad7cbbe945322c0778c8f3178364 Mon Sep 17 00:00:00 2001 From: cyprain-okeke <108260115+cyprain-okeke@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:17:46 +0100 Subject: [PATCH] fix the trailing issue when autoscaling (#3889) Signed-off-by: Cy Okeke --- src/Core/Services/Implementations/StripePaymentService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Services/Implementations/StripePaymentService.cs b/src/Core/Services/Implementations/StripePaymentService.cs index ee4c977406..19437a1ee2 100644 --- a/src/Core/Services/Implementations/StripePaymentService.cs +++ b/src/Core/Services/Implementations/StripePaymentService.cs @@ -788,7 +788,7 @@ public class StripePaymentService : IPaymentService ProrationDate = prorationDate, }; var immediatelyInvoice = false; - if (!invoiceNow && isPm5864DollarThresholdEnabled) + if (!invoiceNow && isPm5864DollarThresholdEnabled && sub.Status.Trim() != "trialing") { var upcomingInvoiceWithChanges = await _stripeAdapter.InvoiceUpcomingAsync(new UpcomingInvoiceOptions {