Skip to content

Commit

Permalink
DEVDOCS-10323 - adding codeDepot markers
Browse files Browse the repository at this point in the history
  • Loading branch information
raileendr committed Jul 13, 2023
1 parent 453d020 commit 9743cb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ protected Object doWork(WorkArguments args, ModelMap model,
args.getDelay(),
args.getStatus());

// Step 3 start
//ds-snippet-start:eSign36Step3
EnvelopeSummary results = envelopesApi.createEnvelope(session.getAccountId(), envelope);
// Step 3 end
//ds-snippet-end:eSign36Step3


// process results
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public static EnvelopeDefinition makeEnvelope(
// both document 2 and 3 since they use the same anchor string for
// their "signer 1" tabs.

// Step 2 start

//ds-snippet-start:eSign36Step2
Tabs signer1Tabs = EnvelopeHelpers.createSignerTabs(
EnvelopeHelpers.createSignHere("/sn1/", ANCHOR_OFFSET_Y, ANCHOR_OFFSET_X));

Expand Down Expand Up @@ -95,7 +94,7 @@ public static EnvelopeDefinition makeEnvelope(
envelope.setStatus(status);

return envelope;

// Step 2 end
//ds-snippet-end:eSign36Step2

}
}

0 comments on commit 9743cb8

Please sign in to comment.