Fix MatrixService ordering

This commit is contained in:
fnux 2020-03-03 10:51:16 +01:00
commit 9fdf66ed74
7 changed files with 83 additions and 21 deletions

View file

@ -90,7 +90,6 @@ class PaymentMethodViewSet(viewsets.ModelViewSet):
else:
return Response(status=status.HTTP_500_INTERNAL_ERROR)
###
# Admin views.