payme-pkg 2.5.2__tar.gz → 2.5.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of payme-pkg might be problematic. Click here for more details.

Files changed (41) hide show
  1. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/PKG-INFO +1 -1
  2. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/README.md +5 -4
  3. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/methods/generate_link.py +12 -12
  4. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme_pkg.egg-info/PKG-INFO +1 -1
  5. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/setup.py +1 -1
  6. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/LICENSE.txt +0 -0
  7. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/__init__.py +0 -0
  8. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/admin.py +0 -0
  9. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/apps.py +0 -0
  10. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/cards/__init__.py +0 -0
  11. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/cards/subscribe_cards.py +0 -0
  12. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/decorators/__init__.py +0 -0
  13. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/decorators/decorators.py +0 -0
  14. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/errors/__init__.py +0 -0
  15. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/errors/exceptions.py +0 -0
  16. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/methods/__init__.py +0 -0
  17. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/methods/cancel_transaction.py +0 -0
  18. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/methods/check_perform_transaction.py +0 -0
  19. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/methods/check_transaction.py +0 -0
  20. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/methods/create_transaction.py +0 -0
  21. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/methods/get_statement.py +0 -0
  22. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/methods/perform_transaction.py +0 -0
  23. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/migrations/0001_initial.py +0 -0
  24. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/migrations/__init__.py +0 -0
  25. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/models.py +0 -0
  26. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/receipts/__init__.py +0 -0
  27. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/receipts/subscribe_receipts.py +0 -0
  28. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/serializers.py +0 -0
  29. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/urls.py +0 -0
  30. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/utils/__init__.py +0 -0
  31. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/utils/get_params.py +0 -0
  32. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/utils/logging.py +0 -0
  33. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/utils/make_aware_datetime.py +0 -0
  34. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/utils/support.py +0 -0
  35. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/utils/to_json.py +0 -0
  36. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme/views.py +0 -0
  37. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme_pkg.egg-info/SOURCES.txt +0 -0
  38. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme_pkg.egg-info/dependency_links.txt +0 -0
  39. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme_pkg.egg-info/requires.txt +0 -0
  40. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/lib/payme_pkg.egg-info/top_level.txt +0 -0
  41. {payme-pkg-2.5.2 → payme-pkg-2.5.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: payme-pkg
3
- Version: 2.5.2
3
+ Version: 2.5.3
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/Muhammadali-Akbarov/payme-pkg
6
6
  Author: Muhammadali Akbarov
@@ -1,10 +1,11 @@
1
1
  # Payme Uzbekistan Integration Uzcard and Humo
2
-
3
2
  <p align="center">
4
- <img style="width: 60%;" src="https://www.gazeta.uz/media/img/2019/07/GDpmEM15631750293941_b.jpg"></img>
3
+ <a href="https://youtu.be/r2RO3kJVP7g">
4
+ <img style="width: 60%;" src="https://i.postimg.cc/WbD32bHC/payme-pkg-demo-m4a.gif">
5
+ </a>
5
6
  </p>
6
-
7
- Support Group - https://t.me/+Ng1axYLNyBAyYTRi <br/>
7
+ Support Group - <a href="https://t.me/+Ng1axYLNyBAyYTRi">Telegram</a> <br/>
8
+ YouTube - <a href="https://youtu.be/sJORIyykHcw">Watch Video</a><br/>
8
9
  Implementation Sample - https://github.com/PayTechUz/payme-sample
9
10
 
10
11
  ## Installation
@@ -52,23 +52,23 @@ class GeneratePayLink:
52
52
  )
53
53
 
54
54
  @staticmethod
55
- def to_soum(amount: Decimal) -> Decimal:
56
- """
57
- Convert from tiyin to soum.
55
+ def to_tiyin(amount: Decimal) -> Decimal:
56
+ """
57
+ Convert from soum to tiyin.
58
58
 
59
- Parameters
60
- ----------
61
- amount: Decimal -> order amount
59
+ Parameters
60
+ ----------
61
+ amount: Decimal -> order amount
62
62
  """
63
63
  return amount * 100
64
64
 
65
65
  @staticmethod
66
- def to_tiyin(amount: Decimal) -> Decimal:
67
- """
68
- Convert from tiyin to soum.
66
+ def to_soum(amount: Decimal) -> Decimal:
67
+ """
68
+ Convert from tiyin to soum.
69
69
 
70
- Parameters
71
- ----------
72
- amount: Decimal -> order amount
70
+ Parameters
71
+ ----------
72
+ amount: Decimal -> order amount
73
73
  """
74
74
  return amount / 100
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: payme-pkg
3
- Version: 2.5.2
3
+ Version: 2.5.3
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/Muhammadali-Akbarov/payme-pkg
6
6
  Author: Muhammadali Akbarov
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
3
3
 
4
4
  setup(
5
5
  name='payme-pkg',
6
- version='2.5.2',
6
+ version='2.5.3',
7
7
  license='MIT',
8
8
  author="Muhammadali Akbarov",
9
9
  author_email='muhammadali17abc@gmail.com',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes