Skip to content

Commit bbb618c

Browse files
correcting message type for the outstanding invoice type (#1336)
1 parent cab7937 commit bbb618c

File tree

1 file changed

+1
-1
lines changed
  • queue_services/account-mailer/src/account_mailer

1 file changed

+1
-1
lines changed

queue_services/account-mailer/src/account_mailer/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class MessageType(Enum):
3131
ONLINE_BANKING_UNDER_PAYMENT = 'bc.registry.payment.UnderPaid'
3232
ONLINE_BANKING_PAYMENT = 'bc.registry.payment.Payment'
3333
PAD_SETUP_FAILED = 'bc.registry.payment.PadSetupFailed'
34-
PAYMENT_PENDING = 'bc.registry.payment.paymentPending'
34+
PAYMENT_PENDING = 'bc.registry.payment.ob.outstandingInvoice'
3535

3636

3737
class SubjectType(Enum):

0 commit comments

Comments
 (0)