This commit is contained in:
Prashant Singh 2019-06-29 18:14:42 +05:30
commit 1b43e9c253
1 changed files with 2 additions and 0 deletions

View File

@ -1124,6 +1124,8 @@ class Cart {
$data['quantity'] = 1;
$data['product'] = $product->id;
\Event::fire('checkout.cart.add.after', $product->id);
$result = $this->add($product->id, $data);
if ($result) {