Skip to content

Commit

Permalink
Merge pull request #25 from m-muhammadjon/patch-1
Browse files Browse the repository at this point in the history
update: is_cancelled method
  • Loading branch information
Muhammadali-Akbarov authored Nov 16, 2024
2 parents 8291bdb + 7f747b2 commit 56faca8
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 56faca8

Please sign in to comment.