Initial commit
This commit is contained in:
10
app/core/constants.py
Normal file
10
app/core/constants.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# Payme states
|
||||
STATE_NEW = 0
|
||||
STATE_CREATED = 1
|
||||
STATE_COMPLETED = 2
|
||||
STATE_CANCELLED = -1
|
||||
|
||||
# Payme error codes
|
||||
ERROR_INVALID_AMOUNT = -31001
|
||||
ERROR_TRANSACTION_NOT_FOUND = -31003
|
||||
ERROR_CANNOT_PERFORM = -31008
|
||||
Reference in New Issue
Block a user