mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
org license are version 5
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Bit.Core.Models.Business
|
|||||||
public OrganizationLicense(Organization org, SubscriptionInfo subscriptionInfo, Guid installationId,
|
public OrganizationLicense(Organization org, SubscriptionInfo subscriptionInfo, Guid installationId,
|
||||||
ILicensingService licenseService)
|
ILicensingService licenseService)
|
||||||
{
|
{
|
||||||
Version = 4; // TODO: Version 5 bump
|
Version = 5;
|
||||||
LicenseKey = org.LicenseKey;
|
LicenseKey = org.LicenseKey;
|
||||||
InstallationId = installationId;
|
InstallationId = installationId;
|
||||||
Id = org.Id;
|
Id = org.Id;
|
||||||
|
|||||||
Reference in New Issue
Block a user