From 86d84029543820c520429567440731367f600533 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sun, 19 May 2024 13:08:41 +0200 Subject: [PATCH] test --- routes/web.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/web.php b/routes/web.php index 0e41d2e9..75359d62 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6088,6 +6088,8 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po if ($preorder) { echo "PREORDER: " . $preorder; + } else { + echo "NO PREORDER: " . $preorder; } echo "
";