Files
Payme-Shopify-Integration/app/core/constants.py
Abdulaziz Axmadaliyev 92165edbe6 Initial commit
2026-02-26 16:35:47 +05:00

10 lines
205 B
Python

# 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