You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally it should be deleted if calling store with an empty content
It's also very weird that Cart::store throws an exception if the cart is already in the database instead of updating it (and obviously without being able to delete a cart we can't go very far, carts can basically stored only once and then are readonly)
The text was updated successfully, but these errors were encountered:
Ideally it should be deleted if calling store with an empty content
It's also very weird that
Cart::store
throws an exception if the cart is already in the database instead of updating it (and obviously without being able to delete a cart we can't go very far, carts can basically stored only once and then are readonly)The text was updated successfully, but these errors were encountered: