mirror of
https://github.com/bitwarden/server.git
synced 2025-07-11 12:53:50 -05:00
Removed payment_behavior, errant whitespace
This commit is contained in:
@ -336,7 +336,7 @@ namespace Bit.Core.Services
|
||||
var prorationDate = DateTime.UtcNow;
|
||||
var seatItem = sub.Items?.Data?.FirstOrDefault(i => i.Plan.Id == plan.StripeSeatPlanId);
|
||||
|
||||
var subResponse = await subscriptionService.UpdateAsync(sub.Id, new SubscriptionUpdateOptions()
|
||||
var subResponse = await subscriptionService.UpdateAsync(sub.Id, new SubscriptionUpdateOptions
|
||||
{
|
||||
Items = new List<SubscriptionItemOptions>
|
||||
{
|
||||
@ -349,7 +349,6 @@ namespace Bit.Core.Services
|
||||
}
|
||||
},
|
||||
ProrationBehavior = "always_invoice",
|
||||
PaymentBehavior = "allow_incomplete",
|
||||
DaysUntilDue = 1,
|
||||
CollectionMethod = "send_invoice",
|
||||
ProrationDate = prorationDate,
|
||||
|
Reference in New Issue
Block a user