From e93e1f06aba11a3e8fb0d6f600383770702031b7 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 18 May 2024 17:29:56 +0200 Subject: [PATCH] t --- routes/web.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/web.php b/routes/web.php index ca18f3c9..831c2ab5 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6072,12 +6072,12 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po $attributes = $product['meta_data']; echo "Attributi:"; - dd($attributes); + print_r($attributes); echo "Variazioni:"; $variations = Variation::all($product_id); - dd($variations); + print_r($variations); } else { echo "Il prodotto non esiste";