Merge pull request #6551 from bagisto/devansh-webkul-patch-1
Update Cart.php
This commit is contained in:
commit
e752026fb9
|
|
@ -367,7 +367,7 @@ class Cart
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
private function removeInactiveItems()
|
||||
public function removeInactiveItems()
|
||||
{
|
||||
$cart = $this->getCart();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue