diff --git a/routes/web.php b/routes/web.php index e9d1f689..8df22bad 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2539,7 +2539,7 @@ Route::get('/riprendiordine', function () { $prodotti = $line_items; foreach ($prodotti as $prodotto) { $myexistorder = getOrderByIdInternet($myidInternet); - if (!$myexistorder) { + if (true) { echo "Non esiste"; $orderdetail = new Orderdetail();