feat: ruff'ed
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ def webhook(request, uuid):
|
||||
add_payment_to_order(order, amount_paid)
|
||||
|
||||
return HttpResponse(status=200)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
order.status = Order.Statuses.STATUS_ERROR
|
||||
order.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user