File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/docusign/controller/eSignature/services Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ public final class MultipleDeliveryService {
3030
3131 private static final String CC_ID = "2" ;
3232
33+ //ds-snippet-start:eSign46Step3
3334 public static EnvelopeSummary smsDelivery (
3435 EnvelopesApi envelopesApi ,
3536 String accountId ,
@@ -52,6 +53,7 @@ envelopesApi.new CreateEnvelopeOptions()
5253
5354 return createEnvelopeResponse .getData ();
5455 }
56+ //ds-snippet-end:eSign46Step3
5557
5658 //ds-snippet-start:eSign46Step2
5759 public static EnvelopeDefinition makeEnvelope (
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ public final class SMSDeliveryService {
2525 private static final int ANCHOR_OFFSET_X = 20 ;
2626
2727 //ds-snippet-start:eSign37Step3
28- //ds-snippet-start:eSign46Step3
2928 public static EnvelopeSummary smsDelivery (
3029 EnvelopesApi envelopesApi ,
3130 String accountId ,
@@ -44,7 +43,6 @@ public static EnvelopeSummary smsDelivery(
4443 return createEnvelopeResponse .getData ();
4544 }
4645 //ds-snippet-end:eSign37Step3
47- //ds-snippet-end:eSign46Step3
4846
4947 //ds-snippet-start:eSign37Step2
5048 // document 2 (docx) has tag /sn1/
You can’t perform that action at this time.
0 commit comments