mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-10-18 14:33:26 +00:00
Merge d1ffb90c81
into 063ab1d316
This commit is contained in:
commit
a10a0807f7
|
@ -383,7 +383,7 @@ namespace BitwardenSelfLicensor
|
||||||
{
|
{
|
||||||
var core = AssemblyLoadContext.Default.LoadFromAssemblyPath(corePath);
|
var core = AssemblyLoadContext.Default.LoadFromAssemblyPath(corePath);
|
||||||
|
|
||||||
var type = core.GetType("Bit.Core.Billing.Models.Business.OrganizationLicense");
|
var type = core.GetType("Bit.Core.Billing.Organizations.Models.Business.OrganizationLicense");
|
||||||
var licenseTypeEnum = core.GetType("Bit.Core.Enums.LicenseType");
|
var licenseTypeEnum = core.GetType("Bit.Core.Enums.LicenseType");
|
||||||
var planTypeEnum = core.GetType("Bit.Core.Billing.Enums.PlanType");
|
var planTypeEnum = core.GetType("Bit.Core.Billing.Enums.PlanType");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user