Joseph Wayodi
|
d0796cdc2b
|
Fix checkout.ThankYouView.get_object to never raise DoesNotExist error
Also fix "is_anonymous" attribute value in WebTestCase subclass.
|
5 years ago |
Alexander Gaevsky
|
31c935cf1d
|
Change checkout thank you view to redirect to the homepage if order not found in the session. (#3506)
|
5 years ago |
Samir Shah
|
8560a90490
|
Replace calls to super(ClassName, self) with super().
|
7 years ago |
Samir Shah
|
8a3288da43
|
Drop support below Django 1.11
|
7 years ago |
Samir Shah
|
be42c517a5
|
Only send analytics transaction events on the first load of the checkout thank you page.
Subsequent views of the page (for the same order) should not trigger an event.
Fixes #2413.
|
8 years ago |