diff --git a/routes/web.php b/routes/web.php index eb258756..25ad9377 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6061,7 +6061,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po $product = Product::where('sku', $idarticolo)->first(); if ($product) { - dd($product); + // dd($product); $metadata = WpPostMeta::where('post_id', $postid)->get();