Skip to content

Commit

Permalink
Sepet eklem sırasında oluşan hata giderildi.
Browse files Browse the repository at this point in the history
  • Loading branch information
ofke-yazilim committed Oct 11, 2020
1 parent 0ab7528 commit 9fcc9e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Frontent/FrontentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function order(Request $request)
foreach ($basket as $product){
$op = OrderProduct::create([
'order_id'=>$order->id,
'product_id'=>$product->id,
'product_id'=>$product->product_id,
'product_price'=>$product->product->price,
'quantity'=>$product->quantity
]);
Expand Down

0 comments on commit 9fcc9e3

Please sign in to comment.