From 62dee62b496ec68b57e88d75dacd4e594d1cb116 Mon Sep 17 00:00:00 2001 From: ggrg Date: Wed, 28 Nov 2018 12:47:21 +0100 Subject: [PATCH] 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.' } ]