Use new location (#201)

This commit is contained in:
Michiel Hazelhof 2024-06-30 03:30:58 +02:00 committed by GitHub
parent 0a45513872
commit f75731633c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -396,7 +396,7 @@ internal class Program
Type type = core.GetType("Bit.Core.Models.Business.OrganizationLicense"); Type type = core.GetType("Bit.Core.Models.Business.OrganizationLicense");
Type licenseTypeEnum = core.GetType("Bit.Core.Enums.LicenseType"); Type licenseTypeEnum = core.GetType("Bit.Core.Enums.LicenseType");
Type planTypeEnum = core.GetType("Bit.Core.Enums.PlanType"); Type planTypeEnum = core.GetType("Bit.Core.Billing.Enums.PlanType");
Object license = Activator.CreateInstance(type); Object license = Activator.CreateInstance(type);