This commit is contained in:
@@ -73,7 +73,7 @@ namespace AyaNova.Biz
|
||||
if (!HasErrors) return string.Empty;
|
||||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.AppendLine("LT:Errors - ");
|
||||
// sb.AppendLine("LT:Errors - ");
|
||||
foreach (ValidationError e in _errors)
|
||||
{
|
||||
var msg = $"LT:{ApiErrorCodeStockMessage.GetTranslationCodeForApiErrorCode(e.Code)}";
|
||||
|
||||
Reference in New Issue
Block a user