Skip to content

Commit 0a51559

Browse files
author
Raileen Del Rosario
committed
adding codeDepot markers
1 parent 94ae648 commit 0a51559

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Services/Examples/eSignature/MultipleDeliveryService.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class MultipleDeliveryService
2626
* @param $demoDocsPath
2727
* @return array ['envelope_id']
2828
*/
29+
30+
#ds-snippet-start:eSign46Step3
2931
public static function multipleDelivery(
3032
array $args,
3133
$clientService,
@@ -56,7 +58,9 @@ public static function multipleDelivery(
5658

5759
return ['envelope_id' => $envelopeResponse[0]->getEnvelopeId()];
5860
}
61+
#ds-snippet-end:eSign46Step3
5962

63+
#ds-snippet-start:eSign46Step2
6064
private static function makeEnvelope(
6165
array $args,
6266
$clientService,
@@ -135,6 +139,7 @@ private static function addSignersToTheDelivery($signer, $cc, $envelopeDefinitio
135139

136140
return $envelopeDefinition;
137141
}
142+
#ds-snippet-end:eSign46Step2
138143

139144
private static function buildAdditionalNotification(
140145
string $countryCode,

0 commit comments

Comments
 (0)