1
0
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:
Matt Gibson
2021-10-19 07:00:44 -05:00
committed by GitHub
parent 86755e130c
commit 18006591fc
5 changed files with 48 additions and 12 deletions

View File

@@ -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)
{