This commit is contained in:
paoloar77
2024-08-12 11:19:13 +02:00
parent 19bac3aebb
commit 58c759753d

View File

@@ -2539,7 +2539,7 @@ Route::get('/riprendiordine', function () {
$prodotti = $line_items;
foreach ($prodotti as $prodotto) {
$myexistorder = getOrderByIdInternet($myidInternet);
if (!$myexistorder) {
if (true) {
echo "Non esiste";
$orderdetail = new Orderdetail();