store updated cart in session

This commit is contained in:
Steffen Mahler 2020-06-04 13:12:48 +02:00
parent 177327a7d2
commit 6dccb1330e
1 changed files with 1 additions and 0 deletions

View File

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