payme-pkg 3.0.11__tar.gz → 3.0.12__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.11 → payme_pkg-3.0.12}/PKG-INFO +2 -2
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/README.md +1 -1
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/exceptions/general.py +8 -1
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/types/response/receipts.py +0 -1
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme_pkg.egg-info/PKG-INFO +2 -2
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/setup.py +1 -1
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/LICENSE.txt +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/__init__.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/admin.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/apps.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/classes/__init__.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/classes/cards.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/classes/client.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/classes/http.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/classes/initializer.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/classes/receipts.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/const.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/exceptions/__init__.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/exceptions/webhook.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/migrations/__init__.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/models.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/types/__init__.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/types/request/__init__.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/types/response/__init__.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/types/response/cards.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/types/response/webhook.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/urls.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/util.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme/views.py +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme_pkg.egg-info/SOURCES.txt +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme_pkg.egg-info/dependency_links.txt +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme_pkg.egg-info/requires.txt +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/payme_pkg.egg-info/top_level.txt +0 -0
- {payme_pkg-3.0.11 → payme_pkg-3.0.12}/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.12
|
|
4
4
|
Home-page: https://github.com/Muhammadali-Akbarov/payme-pkg
|
|
5
5
|
Author: Muhammadali Akbarov
|
|
6
6
|
Author-email: muhammadali17abc@gmail.com
|
|
@@ -36,7 +36,7 @@ Requires-Dist: djangorestframework==3.*
|
|
|
36
36
|
</a>
|
|
37
37
|
|
|
38
38
|
<p align="center">
|
|
39
|
-
<a href="https://youtu.be/
|
|
39
|
+
<a href="https://youtu.be/7q7-c72tHpc?si=Sr0EAmEawWAFRk1m" target="_blank">Watch the YouTube Demo</a>
|
|
40
40
|
</p>
|
|
41
41
|
|
|
42
42
|
## Installation
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
</a>
|
|
23
23
|
|
|
24
24
|
<p align="center">
|
|
25
|
-
<a href="https://youtu.be/
|
|
25
|
+
<a href="https://youtu.be/7q7-c72tHpc?si=Sr0EAmEawWAFRk1m" target="_blank">Watch the YouTube Demo</a>
|
|
26
26
|
</p>
|
|
27
27
|
|
|
28
28
|
## Installation
|
|
@@ -237,6 +237,12 @@ class ReceiptsNotFoundError(BaseException):
|
|
|
237
237
|
super().__init__(message, data)
|
|
238
238
|
|
|
239
239
|
|
|
240
|
+
class UnknownPartnerError(BaseException):
|
|
241
|
+
"""The given partner ID is unknown."""
|
|
242
|
+
def __init__(self, message="Unknown partner or ID and Key not active", data=None):
|
|
243
|
+
super().__init__(message, data)
|
|
244
|
+
|
|
245
|
+
|
|
240
246
|
errors_map = {
|
|
241
247
|
-32300: TransportError,
|
|
242
248
|
-32700: ParseError,
|
|
@@ -255,5 +261,6 @@ errors_map = {
|
|
|
255
261
|
-31102: OtpAttemptsExceededError,
|
|
256
262
|
-31103: OtpInvalidCodeError,
|
|
257
263
|
-31602: ReceiptsNotFoundError,
|
|
258
|
-
-32500: InvalidTokenFormat
|
|
264
|
+
-32500: InvalidTokenFormat,
|
|
265
|
+
-31601: UnknownPartnerError,
|
|
259
266
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: payme-pkg
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.12
|
|
4
4
|
Home-page: https://github.com/Muhammadali-Akbarov/payme-pkg
|
|
5
5
|
Author: Muhammadali Akbarov
|
|
6
6
|
Author-email: muhammadali17abc@gmail.com
|
|
@@ -36,7 +36,7 @@ Requires-Dist: djangorestframework==3.*
|
|
|
36
36
|
</a>
|
|
37
37
|
|
|
38
38
|
<p align="center">
|
|
39
|
-
<a href="https://youtu.be/
|
|
39
|
+
<a href="https://youtu.be/7q7-c72tHpc?si=Sr0EAmEawWAFRk1m" target="_blank">Watch the YouTube Demo</a>
|
|
40
40
|
</p>
|
|
41
41
|
|
|
42
42
|
## Installation
|
|
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
|