mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
Merge branch 'feature/families-for-enterprise' of https://github.com/bitwarden/server into feature/families-for-enterprise
This commit is contained in:
@ -139,8 +139,6 @@ namespace Bit.Billing.Controllers
|
|||||||
// org
|
// org
|
||||||
if (ids.Item1.HasValue)
|
if (ids.Item1.HasValue)
|
||||||
{
|
{
|
||||||
var newEndPeriod = subscription.CurrentPeriodEnd;
|
|
||||||
|
|
||||||
await _organizationService.UpdateExpirationDateAsync(ids.Item1.Value,
|
await _organizationService.UpdateExpirationDateAsync(ids.Item1.Value,
|
||||||
subscription.CurrentPeriodEnd);
|
subscription.CurrentPeriodEnd);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user