complete cart test
This commit is contained in:
@@ -171,7 +171,7 @@ class Cart implements EventSubscriberInterface
|
||||
return $newCart;
|
||||
}
|
||||
|
||||
public function generateCookie()
|
||||
protected function generateCookie()
|
||||
{
|
||||
$id = uniqid('', true);
|
||||
setcookie("thelia_cart", $id, uniqid('', true));
|
||||
|
||||
Reference in New Issue
Block a user