We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab7937 commit bbb618cCopy full SHA for bbb618c
queue_services/account-mailer/src/account_mailer/enums.py
@@ -31,7 +31,7 @@ class MessageType(Enum):
31
ONLINE_BANKING_UNDER_PAYMENT = 'bc.registry.payment.UnderPaid'
32
ONLINE_BANKING_PAYMENT = 'bc.registry.payment.Payment'
33
PAD_SETUP_FAILED = 'bc.registry.payment.PadSetupFailed'
34
- PAYMENT_PENDING = 'bc.registry.payment.paymentPending'
+ PAYMENT_PENDING = 'bc.registry.payment.ob.outstandingInvoice'
35
36
37
class SubjectType(Enum):
0 commit comments