Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-barraza committed Jan 31, 2024
1 parent c1e9d7f commit 5948ef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auth-api/src/auth_api/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@ class PaymentAccountStatus(Enum):
PENDING = 'PENDING'
FAILED = 'FAILED'


class EFTShortnameState(Enum):
"""EFT Short name search states."""

LINKED = 'LINKED'
UNLINKED = 'UNLINKED'


class OrgType(Enum):
"""Org types."""

Expand Down

0 comments on commit 5948ef7

Please sign in to comment.