mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
@@ -800,7 +800,8 @@ public class StripePaymentService : IPaymentService
|
||||
SubscriptionBillingCycleAnchor = SubscriptionBillingCycleAnchor.Now
|
||||
});
|
||||
|
||||
immediatelyInvoice = upcomingInvoiceWithChanges.AmountRemaining >= 50000;
|
||||
var isAnnualPlan = sub?.Items?.Data.FirstOrDefault()?.Plan?.Interval == "year";
|
||||
immediatelyInvoice = isAnnualPlan && upcomingInvoiceWithChanges.AmountRemaining >= 50000;
|
||||
|
||||
subUpdateOptions.BillingCycleAnchor = immediatelyInvoice
|
||||
? SubscriptionBillingCycleAnchor.Now
|
||||
|
||||
Reference in New Issue
Block a user