Skip to content

Commit

Permalink
Update enums.py (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored May 3, 2024
1 parent 05cec58 commit 1524803
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/src/sbc_common_components/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class QueueMessageTypes(Enum):
CGI_FEEDBACK_MESSAGE_TYPE = 'bc.registry.payment.cgi.FEEDBACKReceived'
DIRSEARCH_BUSINESS_INVITATION = 'bc.registry.auth.dirsearchBusinessInvitation'
EFT_AVAILABLE_NOTIFICATION = 'bc.registry.payment.eftAvailableNotification'
EFT_AVAILABLE_NOTIFICATION = 'bc.registry.payment.eftAvailableNotification'
EFT_FILE_UPLOADED = 'bc.registry.payment.eft.fileUploaded'
EJV_FAILED = 'bc.registry.payment.ejvFailed'
GOVM_APPROVED_NOTIFICATION = 'bc.registry.auth.govmApprovedNotification'
Expand Down

0 comments on commit 1524803

Please sign in to comment.