mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
Add autoscale to SSO auto provision (#1642)
This commit is contained in:
@@ -477,7 +477,7 @@ namespace Bit.Core.Services
|
||||
}
|
||||
}
|
||||
|
||||
var paymentIntentClientSecret = await _paymentService.AdjustSeatsAsync(organization, plan, additionalSeats);
|
||||
var paymentIntentClientSecret = await _paymentService.AdjustSeatsAsync(organization, plan, additionalSeats, prorationDate);
|
||||
await _referenceEventService.RaiseEventAsync(
|
||||
new ReferenceEvent(ReferenceEventType.AdjustSeats, organization)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user