Bug Bestellungen

This commit is contained in:
Kevin Adametz 2020-12-20 18:04:59 +01:00
parent c73299e52e
commit 32595ab5a1
3 changed files with 5 additions and 40 deletions

View file

@ -551,7 +551,7 @@ class CheckoutController extends Controller
$data = [
'shopping_order_id' => $shopping_order->id,
'row_id' => $item->rowId,
'product_id' => 70,
'product_id' => $item->id,
'comp' => $item->options->comp,
'qty' => $item->qty,
'price' => $item->price,