From 33299e62060b0143b2ccb279015e6eb8de0425e7 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 11 Jul 2024 12:05:17 +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 eceb73e8..4f35a35b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2166,7 +2166,7 @@ Route::post('/updatecreate', function (Request $request) { ($request->status == 'processing' && $request->payment_method == 'paypal') || ($request->status == 'processing' && $request->payment_method == 'test') ) { - $productLogger->addLog('', 'updatecreate: ARRIVATO ORDINE ' . $request->payment_method + ' ' . $request->status); + $productLogger->addLog('', 'updatecreate: ARRIVATO ORDINE ' . $request->payment_method . ' ' . $request->status); try { $productLogger->addLog('', json_encode($request->all()));