commercetools / sunrise-spa

SUNRISE shop template as a single-page application
https://sunrise-spa.now.sh
Apache License 2.0
51 stars 78 forks source link

Handle concurrency issues #120

Closed lauraluiz closed 5 years ago

lauraluiz commented 5 years ago

At the moment the cart (and customer) is cached and synchronized when you use it in the same browser, but when the cart (or customer) is modified from the outside, a 409 error will raise and won't recover.

We need to make sure it recovers.

lauraluiz commented 5 years ago

Duplicated #93