File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/main/java/com/docusign/controller/eSignature/services Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ public final class SigningViaEmailService {
2222 private static final int ANCHOR_OFFSET_Y = 10 ;
2323 private static final int ANCHOR_OFFSET_X = 20 ;
2424
25+ //ds-snippet-start:eSign2Step3
2526 public static EnvelopeSummary signingViaEmail (
2627 EnvelopesApi envelopesApi ,
2728 String accountId ,
2829 EnvelopeDefinition envelope
2930 ) throws ApiException {
3031 return envelopesApi .createEnvelope (accountId , envelope );
3132 }
33+ //ds-snippet-end:eSign2Step3
3234
3335 // document 1 (html) has tag **signature_1**
3436 // document 2 (docx) has tag /sn1/
@@ -39,6 +41,8 @@ public static EnvelopeSummary signingViaEmail(
3941 // recipient 2 - cc
4042 // The envelope will be sent first to the signer. After it is signed,
4143 // a copy is sent to the cc person.
44+
45+ //ds-snippet-start:eSign2Step2
4246 public static EnvelopeDefinition makeEnvelope (
4347 String signerEmail ,
4448 String signerName ,
@@ -91,4 +95,5 @@ public static EnvelopeDefinition makeEnvelope(
9195
9296 return envelope ;
9397 }
98+ //ds-snippet-end:eSign2Step2
9499}
You can’t perform that action at this time.
0 commit comments