Skip to content

Commit

Permalink
#1423: Bulk transfers error processing(mojaloop#230)
Browse files Browse the repository at this point in the history
- Add 'bulkAbort' ActionLetter
  • Loading branch information
oderayi authored Jun 11, 2020
1 parent cb6b128 commit 24812c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-services-shared",
"version": "10.4.2",
"version": "10.4.3",
"description": "Shared code for central services",
"main": "src/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/enums/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const ActionLetter = {
bulkFulfil: 'BF',
bulkFulfilDuplicate: 'BFD',
bulkCommit: 'BC',
bulkAbort: 'BA',
bulkTimeoutReceived: 'BTRc',
bulkTimeoutReserved: 'BTRs',
commit: 'C',
Expand Down

0 comments on commit 24812c9

Please sign in to comment.