This commit is contained in:
Loretta 2025-11-01 01:12:51 +01:00
parent 6b099cfa49
commit 538dba5773
1 changed files with 0 additions and 1 deletions

View File

@ -1112,7 +1112,6 @@ namespace Nop.Plugin.Misc.FruitBankPlugin.Areas.Admin.Controllers
}
catch (Exception ex)
{
_logger.Error($"Error sending notification for order {orderId}", ex);
return Json(new { success = false, message = $"Hiba történt: {ex.Message}" });