diff --git a/routes/web.php b/routes/web.php index 2eb60fe3..e9d1f689 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2534,7 +2534,7 @@ Route::get('/riprendiordine', function () { ]; // mostra in log $line_items - dd($line_items); + // dd($line_items); $prodotti = $line_items; foreach ($prodotti as $prodotto) {