This commit is contained in:
Christoph Haas 2025-08-09 16:48:27 +02:00
parent d1ffb90c81
commit 4da16ca740
No known key found for this signature in database

View File

@ -383,7 +383,7 @@ namespace BitwardenSelfLicensor
{
var core = AssemblyLoadContext.Default.LoadFromAssemblyPath(corePath);
var type = core.GetType("Bit.Core.Billing.Organizations.Models.Business.OrganizationLicense");
var type = core.GetType("Bit.Core.Billing.Organizations.Models.OrganizationLicense");
var licenseTypeEnum = core.GetType("Bit.Core.Enums.LicenseType");
var planTypeEnum = core.GetType("Bit.Core.Billing.Enums.PlanType");