mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-10-16 13:33:27 +00:00
Compare commits
2 Commits
a10a0807f7
...
a9bb65361e
Author | SHA1 | Date | |
---|---|---|---|
|
a9bb65361e | ||
|
4da16ca740 |
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user