Skip to content

Commit 002f1a5

Browse files
committed
DEVDOCS-11299 - adding codeDepot markers
1 parent a707fca commit 002f1a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/eSignature/examples/eg012_embedded_console.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def worker(args):
3434
# with the NDSE. It is usually the case that the
3535
# user will never "finish" with the NDSE.
3636
# Assume that control will not be passed back to your app.
37+
#ds-snippet-start:eSign12Step2
3738
view_request = ConsoleViewRequest(return_url=args["ds_return_url"])
3839
if args["starting_view"] == "envelope" and args["envelope_id"]:
3940
view_request.envelope_id = args["envelope_id"]
@@ -45,4 +46,5 @@ def worker(args):
4546
envelope_api = EnvelopesApi(api_client)
4647
results = envelope_api.create_console_view(account_id=args["account_id"], console_view_request=view_request)
4748
url = results.url
49+
#ds-snippet-end:eSign12Step2
4850
return {"redirect_url": url}

0 commit comments

Comments
 (0)