Fixed cart controller issue

This commit is contained in:
jitendra 2019-02-27 13:07:27 +05:30
parent d7d8eb31a8
commit 570442ad3e
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ class CartController extends Controller
try {
Event::fire('checkout.cart.add.before', $id);
dd(request()->except('_token'));
$result = Cart::add($id, request()->except('_token'));
Event::fire('checkout.cart.add.after', $result);