Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grab basket object from build_submission(), not from request
When the RedirectView is used in combination with another CheckoutSessionMixin defined for a DeferredTax taxation strategy, then submission's basket object has critical tax information, whereas request.basket does not. Change RedirectView's basket reference to point to build_submission()['basket']. Fixes #98, reported by Nigel Fletton.
- Loading branch information