dev add api for payment
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-19 10:53:03 +07:00
parent 27df74891b
commit 4ccf39f811
2 changed files with 11 additions and 1 deletions
@@ -6,6 +6,7 @@ public enum MessageCode {
REG_EMAIL_OR_PHONE_EXISTS(1, "Email or phone already registered"),
REFERRAL_LINK_IS_NOT_EXIST(1, "Refferal link is not exist"),
INVALID_FIELD(2, "Invalid field"),
MAIL_VERIFIED_NULL(2, "Mail verified null"),
INVALID_TOKEN(2, "Invalid token"),
TOKEN_IS_ALIVE(2, "Token is alive"),
INVALID_ACTION(2, "Invalid action"),