@@ -187,7 +187,7 @@ def create_contribution_contract_document(lensman, contribution_id, file_ids, Fl |
||
187 | 187 |
|
188 | 188 |
for idx, file_id in enumerate(file_ids): |
189 | 189 |
FormFields.append({ |
190 |
- "ComponentId": "ComponentId_" + IMAGE_COMPONENTIDS[idx], |
|
190 |
+ "ComponentId": IMAGE_COMPONENTIDS[idx], |
|
191 | 191 |
"ComponentValue": file_id, |
192 | 192 |
}) |
193 | 193 |
create_document_result = create_document(flow_id=FlowId, form_fields=FormFields) |