File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/main/java/com/docusign/controller/eSignature/services Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,17 @@ public final class SMSDeliveryService {
1919 private static final int ANCHOR_OFFSET_Y = 10 ;
2020 private static final int ANCHOR_OFFSET_X = 20 ;
2121
22+ //ds-snippet-start:eSign37Step3
2223 public static EnvelopeSummary smsDelivery (
2324 EnvelopesApi envelopesApi ,
2425 String accountId ,
2526 EnvelopeDefinition envelope
2627 ) throws ApiException {
2728 return envelopesApi .createEnvelope (accountId , envelope );
2829 }
30+ //ds-snippet-end:eSign37Step3
2931
32+ //ds-snippet-start:eSign37Step2
3033 // document 2 (docx) has tag /sn1/
3134 // document 3 (pdf) has tag /sn1/
3235 //
@@ -93,5 +96,6 @@ public static EnvelopeDefinition makeEnvelope(
9396 envelope .setStatus (status );
9497
9598 return envelope ;
99+ //ds-snippet-end:eSign37Step2
96100 }
97101}
You can’t perform that action at this time.
0 commit comments