case 4578 (note, prior commit same case forgot to tag it with this message)
This commit is contained in:
@@ -876,7 +876,6 @@ namespace AyaNova.Core
|
||||
//but it can't handle customer login downgrade as that might fuck up the business badly if suddenly a bunch of random customers can't login so *they* would need to handle that themselves manually
|
||||
//so keeping that bit of code here
|
||||
|
||||
|
||||
//SUBSCRIPTION CUSTOMER LOGIN ACCOUNT QUANTITY DOWNGRADED?
|
||||
long NewCustomerLicensedCount = ParsedNewKey.ActiveCustomerContactUsersCount;
|
||||
long ExistingCustomerUserCount = await AyaNova.Biz.UserBiz.ActiveCustomerContactUserCountAsync();
|
||||
|
||||
Reference in New Issue
Block a user