mirror of
https://github.com/bitwarden/server.git
synced 2025-04-07 14:08:13 -05:00
pass down version properly to generate license (#880)
This commit is contained in:
parent
8383a0866f
commit
a8c20d1c32
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user