From 01f17607dc639993b5e5335bd9cab7ded822080e Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Thu, 29 Nov 2018 15:20:59 +0100 Subject: [PATCH] Feature/535 Settlement Transfer Abort (#213) * DA review requested change of settlement states --- seeds/settlementState.js | 4 ++-- seeds/settlementWindow1State.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/seeds/settlementState.js b/seeds/settlementState.js index 9dbc607c1..785780dd5 100644 --- a/seeds/settlementState.js +++ b/seeds/settlementState.js @@ -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.' } ] diff --git a/seeds/settlementWindow1State.js b/seeds/settlementWindow1State.js index 0f8eff2f3..85b0e9579 100644 --- a/seeds/settlementWindow1State.js +++ b/seeds/settlementWindow1State.js @@ -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.' } ]