Format code
This commit is contained in:
parent
50e5fea339
commit
d54bf84b1e
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ class OrdersHostingDetailView(LoginRequiredMixin, DetailView):
|
|||
raise Http404
|
||||
|
||||
if obj is not None:
|
||||
if obj.generic_payment_id is not None:
|
||||
if obj.generic_product_id is not None:
|
||||
# generic payment case
|
||||
logger.debug("Generic payment case")
|
||||
|
||||
|
|
Loading…
Reference in a new issue