Skip to content

Commit

Permalink
Update enums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored May 6, 2024
1 parent 1524803 commit 6880382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/src/sbc_common_components/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class QueueMessageTypes(Enum):
PAD_INVOICE_CREATED = 'bc.registry.payment.pad.invoiceCreated'
PAD_PAYMENT_SUCCESS = 'bc.registry.payment.PAD.PaymentSuccess'
PAD_SETUP_FAILED = 'bc.registry.payment.PadSetupFailed'
PAYMENT = 'bc.registry.payment'
PAYMENT_DUE_NOTIFICATION = 'bc.registry.payment.statementDueNotification'
PAYMENT_PENDING = 'bc.registry.payment.ob.outstandingInvoice'
PAYMENT_REMINDER_NOTIFICATION = 'bc.registry.payment.statementReminderNotification'
Expand Down

0 comments on commit 6880382

Please sign in to comment.