Skip to content

Commit badb4c7

Browse files
feat(18410): product configuration - update accounts (#1663)
# Introduction ✏️ Product configuration requires some new account numbers for the BIP, EXIP and EDG products. ## Resolution ✔️ - Update product configuration. ## Miscellaneous ➕ List any additional fixes or improvements. ## Request / response 👀 <details> <summary>Show/hide</summary> ```json ``` </details> ## Screenshot(s) 📸 <details> <summary>Show/hide</summary> Add screenshots here. </details>
1 parent 827c8ac commit badb4c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/helper-modules/dom/dom-product-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"BOND: SUPPLEMENTAL TO CASH",
3838
"BOND: SUPPLEMENTAL TO CREDIT"
3939
],
40-
"account": ["2", "3"]
40+
"account": ["2", "3", "7"]
4141
},
4242
{
4343
"productType": "EDG",
@@ -69,7 +69,7 @@
6969
},
7070
"counterpartySubtypes": [],
7171
"productSubtypes": [],
72-
"account": ["2", "6"]
72+
"account": ["2", "6", "7"]
7373
},
7474
{
7575
"productType": "EXAMPLE_ALL_OPTIONAL",
@@ -173,6 +173,6 @@
173173
"SUB-CONTRACTOR"
174174
],
175175
"productSubtypes": [],
176-
"account": ["1", "2", "3"]
176+
"account": ["1", "2", "3", "7"]
177177
}
178178
]

0 commit comments

Comments
 (0)