From 8a8e444e309f85b51b5ec2f88c13bc6111a301c0 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 11 Jul 2024 11:58:40 +0200 Subject: [PATCH] aa --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 06571cfa..4394c75d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2156,7 +2156,7 @@ Route::post('/updatecreate', function (Request $request) { try { $productLogger = new ProductLogger(null, 'neworders'); - $productLogger->addLog('', 'updatecreate: check se ARRIVATO ORDINE ' . $request->payment_method + ' ' . $request->status); + $productLogger->addLog('', 'updatecreate: check se ARRIVATO ORDINE ' . $request->payment_method . ' ' . $request->status); if (($request->status == 'on-hold' && $request->payment_method == 'bacs') || ($request->status == 'processing' && $request->payment_method == 'wc_gateway_gestpay') ||