mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-09-15 06:13:26 +00:00
licenseGen: fix OrganizationLicense namespace (#253)
Co-authored-by: juliokele <>
This commit is contained in:
parent
3689cc5ba1
commit
29add24126
|
@ -393,7 +393,7 @@ internal class Program
|
|||
{
|
||||
Assembly core = AssemblyLoadContext.Default.LoadFromAssemblyPath(corePath);
|
||||
|
||||
Type type = core.GetType("Bit.Core.Billing.Models.Business.OrganizationLicense");
|
||||
Type type = core.GetType("Bit.Core.Billing.Organizations.Models.OrganizationLicense");
|
||||
Type licenseTypeEnum = core.GetType("Bit.Core.Enums.LicenseType");
|
||||
Type planTypeEnum = core.GetType("Bit.Core.Billing.Enums.PlanType");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user