This commit is contained in:
paoloar77
2024-05-18 13:32:43 +02:00
parent fd4495cd63
commit ec1c587556

View File

@@ -6061,7 +6061,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po
$product = Product::where('sku', $idarticolo)->first(); $product = Product::where('sku', $idarticolo)->first();
if ($product) { if ($product) {
dd($product); // dd($product);
$preorder = true; $preorder = true;