feat: ruff'ed

This commit is contained in:
2025-05-02 08:38:57 +02:00
parent 32b36b81b3
commit 48b53d851a
62 changed files with 2019 additions and 3655 deletions
+1 -1
View File
@@ -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()