django-oscar / django-oscar-api

RESTful JSON API for django-oscar
Other
363 stars 160 forks source link

Oscarapi always accessed and prcessed the basket even if it wasn't ne… #316

Closed specialunderwear closed 12 months ago

specialunderwear commented 1 year ago

…eded.

This solves that and also solves a problem with logout being broken because cookies failed to be deleted.

Fixes #311