Komp / Max Produkt,

This commit is contained in:
Kevin Adametz 2021-06-18 15:01:01 +02:00
parent a4c76d06fa
commit 78f43169c8
19 changed files with 347 additions and 51 deletions

View file

@ -479,6 +479,7 @@ class CheckoutController extends Controller
];
$shopping_order_item = ShoppingOrderItem::create($data);
}
}
return $shopping_order;
}