This commit is contained in:
@@ -652,8 +652,8 @@ namespace Sockeye.Biz
|
||||
return;
|
||||
}
|
||||
|
||||
//MISC product group is not valid for keys
|
||||
if (proposedObj.PGroup == ProductGroup.Misc)
|
||||
//MISC / NOTSET product group are not valid for keys
|
||||
if (proposedObj.PGroup == ProductGroup.Misc || proposedObj.PGroup == ProductGroup.NotSet )
|
||||
{
|
||||
AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "pGroup");
|
||||
return;
|
||||
|
||||
@@ -5,7 +5,8 @@ namespace Sockeye.Biz
|
||||
Misc = 0,
|
||||
AyaNova7 = 1,
|
||||
RavenPerpetual = 2,
|
||||
RavenSubscription = 3
|
||||
RavenSubscription = 3,
|
||||
NotSet = 4
|
||||
}
|
||||
|
||||
}//eons
|
||||
Reference in New Issue
Block a user