Bug Bestellungen
This commit is contained in:
parent
c73299e52e
commit
32595ab5a1
3 changed files with 5 additions and 40 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue