Skip to content

Commit

Permalink
1166-AddSettlementEventTypeForIntegratingEventFrameworkIntoCSettlement (
Browse files Browse the repository at this point in the history
#165)

* 1166-AddSettlementEventTypeForIntegratingEventFrameworkIntoCSettlement

* 1166-UpdatePackageVersion
  • Loading branch information
gibaros authored Jan 17, 2020
1 parent bfb03db commit f2a2838
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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": "8.8.1",
"version": "8.8.2",
"description": "Shared code for central services",
"main": "src/index.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions src/enums/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ const Event = {
POSITION: 'position',
PREPARE: 'prepare',
QUOTE: 'quote',
SETTLEMENT: 'settlement',
SETTLEMENT_WINDOW: 'settlementwindow',
TRANSFER: 'transfer',
PARTY: 'party',
PARTICIPANT: 'participant',
SETTLEMENT_WINDOW: 'settlementwindow'
PARTICIPANT: 'participant'
},
Action: {
ABORT: 'abort',
Expand Down

0 comments on commit f2a2838

Please sign in to comment.