Skip to content

Commit

Permalink
added system error exc
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammadali-Akbarov committed Dec 9, 2024
1 parent 93178ce commit 60df0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions payme/exceptions/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,5 @@ def __init__(self, message="Unknown partner or ID and Key not active", data=None
-31602: ReceiptsNotFoundError,
-32500: InvalidTokenFormat,
-31601: UnknownPartnerError,
-32400: SystemError
}
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.18',
version='3.0.19',
license='MIT',
author="Muhammadali Akbarov",
author_email='[email protected]',
Expand Down

0 comments on commit 60df0ab

Please sign in to comment.