...
This commit is contained in:
parent
6b099cfa49
commit
538dba5773
|
|
@ -1112,7 +1112,6 @@ namespace Nop.Plugin.Misc.FruitBankPlugin.Areas.Admin.Controllers
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
||||||
_logger.Error($"Error sending notification for order {orderId}", ex);
|
_logger.Error($"Error sending notification for order {orderId}", ex);
|
||||||
|
|
||||||
return Json(new { success = false, message = $"Hiba történt: {ex.Message}" });
|
return Json(new { success = false, message = $"Hiba történt: {ex.Message}" });
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue