Created
March 14, 2018 22:36
-
-
Save theredpea/d252ce47a375a45820d577e11fd31e31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
States = { | |
VALID: 1, | |
INVALID: 2, | |
VALIDATING: 3, | |
CLOSED: 5, | |
CLOSING: 6, | |
CANCELLED: 7 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment