store in session removed

This commit is contained in:
Steffen Mahler 2020-06-04 13:56:00 +02:00
parent 86dadf400d
commit dcc6ae3f94
1 changed files with 0 additions and 1 deletions

View File

@ -826,7 +826,6 @@ class Cart
}
}
$cart->save();
$this->putCart($cart);
return $cart;
}