Skip to content

Commit

Permalink
8554 fix transaction history for resubmit (#1163)
Browse files Browse the repository at this point in the history
* 8554 fix transaction history for resubmit

* no message
  • Loading branch information
vysakh-menon-aot authored Aug 12, 2021
1 parent e635d30 commit e74b3b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/namex/resources/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ def get(nr):
payment_display = {
Payment.PaymentActions.CREATE.value: 'Created NR',
Payment.PaymentActions.REAPPLY.value: 'Reapplied NR',
Payment.PaymentActions.UPGRADE.value: 'Upgraded Priority'
Payment.PaymentActions.UPGRADE.value: 'Upgraded Priority',
Payment.PaymentActions.RESUBMIT.value: 'Resubmitted NR'
}
for action in Payment.PaymentActions:
if action.value in e_dict['action']:
Expand Down

0 comments on commit e74b3b4

Please sign in to comment.