From 2bf5d24cf5a7e5835d27733b82e8409e59b67b2d Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 18 May 2024 13:35:05 +0200 Subject: [PATCH] test --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index 513983e8..1c2ef34d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6061,6 +6061,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po $product = Product::where('sku', $idarticolo)->first(); if ($product) { + echo "Prodotto trovato: " . $product->name . "
"; // dd($product); $preorder = true;