mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
pass down version properly to generate license (#880)
This commit is contained in:
@ -1313,7 +1313,7 @@ namespace Bit.Core.Services
|
||||
}
|
||||
|
||||
var subInfo = await _paymentService.GetSubscriptionAsync(organization);
|
||||
return new OrganizationLicense(organization, subInfo, installationId, _licensingService);
|
||||
return new OrganizationLicense(organization, subInfo, installationId, _licensingService, version);
|
||||
}
|
||||
|
||||
public async Task ImportAsync(Guid organizationId,
|
||||
|
Reference in New Issue
Block a user