We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905a3aa commit 2d8c21eCopy full SHA for 2d8c21e
1 file changed
app/eSignature/examples/eg013_add_doc_to_template/controller.py
@@ -132,7 +132,7 @@ def make_envelope(cls, args):
132
],
133
# Add the roles via an inlineTemplate
134
inline_templates=[
135
- InlineTemplate(sequence="1",
+ InlineTemplate(sequence="2",
136
recipients=recipients_server_template)
137
]
138
)
@@ -178,7 +178,7 @@ def make_envelope(cls, args):
178
composite_template_id="2",
179
# Add the recipients via an inlineTemplate
180
181
- InlineTemplate(sequence="2", recipients=recipients_added_doc)
+ InlineTemplate(sequence="1", recipients=recipients_added_doc)
182
183
document=doc1
184
0 commit comments