make order available in epay thanks page
This commit is contained in:
parent
2168477bb4
commit
12d76f4330
|
@ -299,6 +299,7 @@ class EpayThanksView(LoginRequiredMixin, EnsureUserOwnsOrderMixin, DetailView):
|
||||||
template_name = 'epay_thanks.html'
|
template_name = 'epay_thanks.html'
|
||||||
|
|
||||||
def dispatch(self, request, *args, **kwargs):
|
def dispatch(self, request, *args, **kwargs):
|
||||||
|
order = self.get_object()
|
||||||
if order.open:
|
if order.open:
|
||||||
### this order is open, what is the user doing here?
|
### this order is open, what is the user doing here?
|
||||||
return HttpResponseRedirect(reverse_lazy('shop:order_detail', kwargs={'pk': order.pk}))
|
return HttpResponseRedirect(reverse_lazy('shop:order_detail', kwargs={'pk': order.pk}))
|
||||||
|
|
Loading…
Reference in a new issue