Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Muhammadali-Akbarov/payme-pkg int…
Browse files Browse the repository at this point in the history
…o enhancement/version
  • Loading branch information
Muhammadali-Akbarov committed Nov 18, 2024
2 parents 3d7f225 + 56faca8 commit 03366c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion payme/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down

0 comments on commit 03366c2

Please sign in to comment.