Skip to content

Commit 4653589

Browse files
committed
DEVDOCS-10569 - adding codeDepot markers
1 parent 5e5a36e commit 4653589

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Services/Examples/eSignature/ApplyBrandToEnvelopeService.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ public static function applyBrandToEnvelope(array $args, $demoDocsPath, $clientS
2828

2929

3030
# Step 4. Call the eSignature REST API
31+
//ds-snippet-start:eSign29Step4
3132
$envelope_api = $clientService->getEnvelopeApi();
3233
$createdEnvelope = $envelope_api->createEnvelope($args['account_id'], $envelope_definition);
34+
//ds-snippet-end:eSign29Step4
3335

3436
return ['envelope_id' => $createdEnvelope->getEnvelopeId()];
3537
}
@@ -43,6 +45,7 @@ public static function applyBrandToEnvelope(array $args, $demoDocsPath, $clientS
4345
public static function make_envelope(array $args, $clientService, $demoDocsPath): EnvelopeDefinition
4446
{
4547

48+
//ds-snippet-start:eSign29Step3
4649
$envelope_definition = CreateAnEnvelopeFunctionService::make_envelope($args, $clientService, $demoDocsPath);
4750
$envelope_definition->setStatus('sent');
4851

@@ -79,6 +82,6 @@ public static function make_envelope(array $args, $clientService, $demoDocsPath)
7982
return $envelope_definition;
8083

8184
}
82-
# ***DS.snippet.0.end
85+
//ds-snippet-end:eSign29Step3
8386

8487
}

0 commit comments

Comments
 (0)