aa
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user