licenseGen: fix OrganizationLicense namespace (#253)

Co-authored-by: juliokele <>
This commit is contained in:
juliokele
2025-08-03 18:11:30 +02:00
committed by GitHub
parent 3689cc5ba1
commit 29add24126

View File

@@ -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");