payme-pkg 3.0.12b0__tar.gz → 3.0.13__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.12b0 → payme_pkg-3.0.13}/PKG-INFO +2 -2
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/README.md +1 -1
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/exceptions/general.py +17 -43
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/types/response/receipts.py +0 -1
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme_pkg.egg-info/PKG-INFO +2 -2
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/setup.py +1 -1
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/LICENSE.txt +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/__init__.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/admin.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/apps.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/classes/__init__.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/classes/cards.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/classes/client.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/classes/http.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/classes/initializer.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/classes/receipts.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/const.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/exceptions/__init__.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/exceptions/webhook.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/migrations/__init__.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/models.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/types/__init__.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/types/request/__init__.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/types/response/__init__.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/types/response/cards.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/types/response/webhook.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/urls.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/util.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme/views.py +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme_pkg.egg-info/SOURCES.txt +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme_pkg.egg-info/dependency_links.txt +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme_pkg.egg-info/requires.txt +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/payme_pkg.egg-info/top_level.txt +0 -0
- {payme_pkg-3.0.12b0 → payme_pkg-3.0.13}/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.13
|
|
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
|
|
@@ -2,51 +2,16 @@ import logging
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
class BaseError(Exception):
|
|
5
|
-
"""
|
|
6
|
-
Base class for all errors in the payment system.
|
|
7
|
-
|
|
8
|
-
Attributes:
|
|
9
|
-
code (str or int): Error code identifying the type of error.
|
|
10
|
-
message (str): A human-readable error message.
|
|
11
|
-
data (dict, optional): Additional context or metadata for the error.
|
|
12
|
-
"""
|
|
5
|
+
"""Base class for all errors in the payment system."""
|
|
13
6
|
logger = logging.getLogger(__name__)
|
|
14
7
|
|
|
15
|
-
def __init__(self, code
|
|
16
|
-
"""
|
|
17
|
-
Initialize the BaseError instance.
|
|
18
|
-
|
|
19
|
-
Args:
|
|
20
|
-
code (str or int, optional): Error code identifying the error type.
|
|
21
|
-
message (str, optional): Human-readable error description.
|
|
22
|
-
data (dict, optional): Additional context or metadata.
|
|
23
|
-
*args: Additional positional arguments for exception context.
|
|
24
|
-
**kwargs: Additional keyword arguments for exception context.
|
|
25
|
-
"""
|
|
26
|
-
# Use default values if none provided
|
|
27
|
-
code = code or "UNKNOWN_ERROR"
|
|
28
|
-
message = message or "An unspecified error occurred."
|
|
29
|
-
|
|
8
|
+
def __init__(self, code, message, data=None):
|
|
30
9
|
super().__init__(message)
|
|
31
|
-
|
|
32
10
|
self.code = code
|
|
33
11
|
self.data = data
|
|
34
|
-
self.args = args
|
|
35
|
-
self.kwargs = kwargs
|
|
36
|
-
|
|
37
|
-
# Structured logging for better insights
|
|
38
|
-
self.logger.error(
|
|
39
|
-
f"[{self.__class__.__name__}] Code: {code}, Message: {message}, "
|
|
40
|
-
f"Data: {data}, Args: {args}, Kwargs: {kwargs}",
|
|
41
|
-
exc_info=True
|
|
42
|
-
)
|
|
43
12
|
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
return (
|
|
47
|
-
f"<{self.__class__.__name__} code={self.code!r} message={self.message!r} "
|
|
48
|
-
f"data={self.data!r}>"
|
|
49
|
-
)
|
|
13
|
+
# pylint: disable=W1203
|
|
14
|
+
self.logger.error(f"Error {code}: {message}. Data: {data}")
|
|
50
15
|
|
|
51
16
|
|
|
52
17
|
class CardError(BaseError):
|
|
@@ -181,6 +146,14 @@ class InsufficientFundsError(CardError):
|
|
|
181
146
|
super().__init__(-31303, self.message, data)
|
|
182
147
|
|
|
183
148
|
|
|
149
|
+
class InsufficientFundsErrorV2(CardError):
|
|
150
|
+
"""Insufficient funds on the card."""
|
|
151
|
+
message = "Insufficient funds on the card."
|
|
152
|
+
|
|
153
|
+
def __init__(self, data=None):
|
|
154
|
+
super().__init__(-31630, self.message, data)
|
|
155
|
+
|
|
156
|
+
|
|
184
157
|
class InvalidCardNumberError(CardError):
|
|
185
158
|
"""Invalid card number provided."""
|
|
186
159
|
message = "Invalid card number."
|
|
@@ -272,9 +245,9 @@ class ReceiptsNotFoundError(BaseException):
|
|
|
272
245
|
super().__init__(message, data)
|
|
273
246
|
|
|
274
247
|
|
|
275
|
-
class
|
|
276
|
-
"""
|
|
277
|
-
def __init__(self, message="
|
|
248
|
+
class UnknownPartnerError(BaseException):
|
|
249
|
+
"""The given partner ID is unknown."""
|
|
250
|
+
def __init__(self, message="Unknown partner or ID and Key not active", data=None):
|
|
278
251
|
super().__init__(message, data)
|
|
279
252
|
|
|
280
253
|
|
|
@@ -289,6 +262,7 @@ errors_map = {
|
|
|
289
262
|
-31301: SmsNotConnectedError,
|
|
290
263
|
-31302: BalanceError,
|
|
291
264
|
-31303: InsufficientFundsError,
|
|
265
|
+
-31630: InsufficientFundsErrorV2,
|
|
292
266
|
-31300: InvalidCardNumberError,
|
|
293
267
|
-31002: ProcessingServerError,
|
|
294
268
|
-31110: OtpSendError,
|
|
@@ -297,5 +271,5 @@ errors_map = {
|
|
|
297
271
|
-31103: OtpInvalidCodeError,
|
|
298
272
|
-31602: ReceiptsNotFoundError,
|
|
299
273
|
-32500: InvalidTokenFormat,
|
|
300
|
-
|
|
274
|
+
-31601: UnknownPartnerError,
|
|
301
275
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: payme-pkg
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.13
|
|
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
|