Oops
This commit is contained in:
parent
267a9e4986
commit
1d768b6458
|
@ -117,7 +117,7 @@ class EnsureOrderIsNotCancelledMixin(SingleObjectMixin):
|
|||
)
|
||||
return HttpResponseRedirect(reverse_lazy('shop:index'))
|
||||
|
||||
return super(EnsureOrderHasProductsMixin, self).dispatch(
|
||||
return super(EnsureOrderIsNotCancelledMixin, self).dispatch(
|
||||
request, *args, **kwargs
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue