Skip to content

Commit cd03cdc

Browse files
author
Raileen Del Rosario
committed
adding codeDepot markers
1 parent d5aeb00 commit cd03cdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Services/Examples/Notary/SendWithThirdPartyNotaryService.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@
1515

1616
class SendWithThirdPartyNotaryService
1717
{
18+
#ds-snippet-start:Notary4Step4
1819
public static function sendWithNotary($signerEmail, $signerName, $envelopesApi, $accountId, $demoPath): mixed
1920
{
2021
$env = SendWithThirdPartyNotaryService::makeEnvelope($signerEmail, $signerName, $demoPath);
2122

2223
$results = $envelopesApi->createEnvelope($accountId, $env);
2324
return $results;
2425
}
26+
#ds-snippet-end:Notary4Step4
2527

28+
#ds-snippet-start:Notary4Step3
2629
private static function makeEnvelope($signerEmail, $signerName, $demoPath): EnvelopeDefinition
2730
{
2831
$env = new EnvelopeDefinition();
@@ -137,4 +140,5 @@ private static function getNotaryRecipients(): array
137140

138141
return [$notaryRecipient];
139142
}
143+
#ds-snippet-end:Notary4Step3
140144
}

0 commit comments

Comments
 (0)