Skip to content

Commit 8a454f5

Browse files
committed
DEVDOCS-10489 adding codeDepot markers
1 parent 4e36773 commit 8a454f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/Services/Examples/eSignature/EnvelopeRecipientsService.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ class EnvelopeRecipientsService
99
{
1010
/**
1111
* Do the work of the example
12-
* 1. Call the envelope recipients list method
12+
* Call the envelope recipients list method
1313
*
1414
* @param $args array
1515
* @param $clientService
1616
* @return Recipients
1717
*/
18-
# ***DS.snippet.0.start
18+
1919
public static function envelopeRecipients(array $args, $clientService): Recipients
2020
{
21-
# 1. call API method
21+
# Call API method
2222
# Exceptions will be caught by the calling function
23+
#ds-snippet-start:eSign5Step2
2324
$envelope_api = $clientService->getEnvelopeApi();
2425
try {
2526
$listRecipients = $envelope_api->listRecipients($args['account_id'], $args['envelope_id']);
@@ -29,6 +30,6 @@ public static function envelopeRecipients(array $args, $clientService): Recipien
2930
}
3031

3132
return $listRecipients;
33+
#ds-snippet-end:eSign5Step2
3234
}
33-
# ***DS.snippet.0.end
3435
}

0 commit comments

Comments
 (0)