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