From 88f3efd668af8f3ce5a1816c668bd5f588cef6cf Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Wed, 14 Aug 2024 16:58:04 +0200 Subject: [PATCH] aa --- app/CustomFuncPao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index c1f7ef29..843e7bb8 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -487,7 +487,7 @@ function showTest() try { $product = WooCommerce::find('products', $codarticolo); - print_r($product); + // print_r($product); // $product = Product::all(); // $product = Product::where('sku', $codarticolo)->first(); } catch (\Exception $e) {