Refactoring

* moves add_state from compensation to AbstractCompensation
This commit is contained in:
2021-11-16 13:45:05 +01:00
parent 779065ec91
commit 8e1c4446dd
2 changed files with 28 additions and 30 deletions

View File

@@ -35,4 +35,3 @@ class Payment(BaseResource):
ordering = [
"-amount",
]