Skip to content

Commit

Permalink
Merge pull request #92 from PayTechUz/enhancement/version
Browse files Browse the repository at this point in the history
Enhancement/version
  • Loading branch information
Muhammadali-Akbarov authored Nov 18, 2024
2 parents 3d7f225 + 2e8b17d commit 4366c43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
<a href="https://docs.pay-tech.uz">
<p align="center">Visit to full documentation for Merchant and Subcribe Api</p>
</a>

<a href="https://youtu.be/xxiIggu_RNk?si=Idpg8omFvFDCYtcm" target="_blank">
<p align="center">
<img style="width: 60%;" src="https://i.postimg.cc/WbD32bHC/payme-pkg-demo-m4a.gif">
</p>

</a>
## Installation

```shell
Expand Down
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='payme-pkg',
version='3.0.9',
version='3.0.10',
license='MIT',
author="Muhammadali Akbarov",
author_email='[email protected]',
Expand Down

0 comments on commit 4366c43

Please sign in to comment.