Skip to content

Commit 2ba9c05

Browse files
committed
remove extra comments esign 13 gist cdTag
1 parent 526e1d0 commit 2ba9c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Examples/eSignature/AddDocToTemplateService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ public static function make_envelope(array $args, $clientService): EnvelopeDefin
161161

162162
public static function sendCompositeTemplate($clientService, $args, $envelope_definition): array
163163
{
164-
#ds-snippet-start:eSign13Step3
165164
# Call Envelopes::create API method
166165
# Exceptions will be caught by the calling function
166+
#ds-snippet-start:eSign13Step3
167167
$envelope_api = $clientService->getEnvelopeApi();
168168
$envelopeResponse = $envelope_api->createEnvelope($args['account_id'], $envelope_definition);
169169
$envelope_id = $envelopeResponse->getEnvelopeId();

0 commit comments

Comments
 (0)