This commit is contained in:
2021-06-18 15:17:40 +00:00
parent 4025cb77e4
commit 8e72717fa7

View File

@@ -231,6 +231,10 @@ namespace AyaNova.Biz
}
}
if(proposedObj.DeliveryMethod==NotifyDeliveryMethod.App && !string.IsNullOrEmpty(proposedObj.DeliveryAddress)){
AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "DeliveryAddress","In app delivery should not specify a delivery address");
}
}