payme-pkg 3.0.21__tar.gz → 3.0.22__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.
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/PKG-INFO +1 -7
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/README.md +0 -6
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme_pkg.egg-info/PKG-INFO +1 -7
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/setup.py +1 -1
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/LICENSE.txt +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/__init__.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/admin.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/apps.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/classes/__init__.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/classes/cards.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/classes/client.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/classes/http.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/classes/initializer.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/classes/receipts.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/const.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/exceptions/__init__.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/exceptions/general.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/exceptions/webhook.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/migrations/0001_initial.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/migrations/__init__.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/models.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/types/__init__.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/types/request/__init__.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/types/response/__init__.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/types/response/cards.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/types/response/receipts.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/types/response/webhook.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/urls.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/util.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme/views.py +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme_pkg.egg-info/SOURCES.txt +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme_pkg.egg-info/dependency_links.txt +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme_pkg.egg-info/requires.txt +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/payme_pkg.egg-info/top_level.txt +0 -0
- {payme_pkg-3.0.21 → payme_pkg-3.0.22}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: payme-pkg
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.22
|
|
4
4
|
Home-page: https://github.com/Muhammadali-Akbarov/payme-pkg
|
|
5
5
|
Author: Muhammadali Akbarov
|
|
6
6
|
Author-email: muhammadali17abc@gmail.com
|
|
@@ -39,12 +39,6 @@ Requires-Dist: djangorestframework==3.*
|
|
|
39
39
|
<p align="center">Visit the full documentation for Merchant and Subscribe API</p>
|
|
40
40
|
</a>
|
|
41
41
|
|
|
42
|
-
<a href="https://youtu.be/xxiIggu_RNk?si=Idpg8omFvFDCYtcm" target="_blank">
|
|
43
|
-
<p align="center">
|
|
44
|
-
<img style="width: 60%;" src="https://i.postimg.cc/WbD32bHC/payme-pkg-demo-m4a.gif" alt="Payme PKG Demo">
|
|
45
|
-
</p>
|
|
46
|
-
</a>
|
|
47
|
-
|
|
48
42
|
<p align="center">
|
|
49
43
|
<a href="https://youtu.be/7q7-c72tHpc?si=Sr0EAmEawWAFRk1m" target="_blank">
|
|
50
44
|
<img src="https://img.shields.io/badge/Watch%20Demo-red?logo=youtube&logoColor=white&style=for-the-badge"
|
|
@@ -25,12 +25,6 @@
|
|
|
25
25
|
<p align="center">Visit the full documentation for Merchant and Subscribe API</p>
|
|
26
26
|
</a>
|
|
27
27
|
|
|
28
|
-
<a href="https://youtu.be/xxiIggu_RNk?si=Idpg8omFvFDCYtcm" target="_blank">
|
|
29
|
-
<p align="center">
|
|
30
|
-
<img style="width: 60%;" src="https://i.postimg.cc/WbD32bHC/payme-pkg-demo-m4a.gif" alt="Payme PKG Demo">
|
|
31
|
-
</p>
|
|
32
|
-
</a>
|
|
33
|
-
|
|
34
28
|
<p align="center">
|
|
35
29
|
<a href="https://youtu.be/7q7-c72tHpc?si=Sr0EAmEawWAFRk1m" target="_blank">
|
|
36
30
|
<img src="https://img.shields.io/badge/Watch%20Demo-red?logo=youtube&logoColor=white&style=for-the-badge"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: payme-pkg
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.22
|
|
4
4
|
Home-page: https://github.com/Muhammadali-Akbarov/payme-pkg
|
|
5
5
|
Author: Muhammadali Akbarov
|
|
6
6
|
Author-email: muhammadali17abc@gmail.com
|
|
@@ -39,12 +39,6 @@ Requires-Dist: djangorestframework==3.*
|
|
|
39
39
|
<p align="center">Visit the full documentation for Merchant and Subscribe API</p>
|
|
40
40
|
</a>
|
|
41
41
|
|
|
42
|
-
<a href="https://youtu.be/xxiIggu_RNk?si=Idpg8omFvFDCYtcm" target="_blank">
|
|
43
|
-
<p align="center">
|
|
44
|
-
<img style="width: 60%;" src="https://i.postimg.cc/WbD32bHC/payme-pkg-demo-m4a.gif" alt="Payme PKG Demo">
|
|
45
|
-
</p>
|
|
46
|
-
</a>
|
|
47
|
-
|
|
48
42
|
<p align="center">
|
|
49
43
|
<a href="https://youtu.be/7q7-c72tHpc?si=Sr0EAmEawWAFRk1m" target="_blank">
|
|
50
44
|
<img src="https://img.shields.io/badge/Watch%20Demo-red?logo=youtube&logoColor=white&style=for-the-badge"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|