Skip to content

Commit

Permalink
Feature/535 Settlement Transfer Abort (#213)
Browse files Browse the repository at this point in the history
* DA review requested change of settlement states
  • Loading branch information
ggrg authored Nov 29, 2018
1 parent 85ca4eb commit 01f1760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions seeds/settlementState.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const settlementStates = [
'description': 'When all outstanding accounts are SETTLED, the entire Settlement is moved to SETTLED.'
},
{
'settlementStateId': 'NOT_SETTLED',
'enumeration': 'NOT_SETTLED',
'settlementStateId': 'ABORTED',
'enumeration': 'ABORTED',
'description': 'Final state when the settlement is not possible.'
}
]
Expand Down
4 changes: 2 additions & 2 deletions seeds/settlementWindow1State.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const settlementWindowStates = [
'description': 'The Hub Operator/Settlement Bank has confirmed that all the participants that engaged in the settlement window have now settled their payments in accordance with the net settlement report.'
},
{
'settlementWindowStateId': 'NOT_SETTLED',
'enumeration': 'NOT_SETTLED',
'settlementWindowStateId': 'ABORTED',
'enumeration': 'ABORTED',
'description': 'Window returned to this state when the settlement was not possible. This window may now be included in a future settlement.'
}
]
Expand Down

0 comments on commit 01f1760

Please sign in to comment.