diff --git a/payme/models.py b/payme/models.py index 379e23e..1fb8066 100644 --- a/payme/models.py +++ b/payme/models.py @@ -84,7 +84,6 @@ def is_cancelled(self) -> bool: :return: True if the transaction is cancelled, False otherwise. """ return self.state in [ - self.CANCELED, self.CANCELED, self.CANCELED_DURING_INIT ]