django-oscar / django-oscar-api

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

Fix broken basket middleware #319

Closed specialunderwear closed 10 months ago

specialunderwear commented 10 months ago

Unfortunately the tests failed to demonstrate that the basket middleware was broken for anonymous users. Reverted the change but made sure not to process discounts when saving the basket cookie

Tries to confirm #311 311