Skip to content

Commit 383ef16

Browse files
committed
small fixes to cd Tags Embedded Signing
1 parent 2dfa246 commit 383ef16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Services/Examples/eSignature/EmbeddedSigningService.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static function worker(array $args, SignatureClientService $clientService
4040
exit;
4141
}
4242
$envelope_id = $envelopeSummary->getEnvelopeId();
43-
#ds-snippet-end
43+
#ds-snippet-end:eSign1Step3
4444

4545
# Create the Recipient View request object
4646
#ds-snippet-start:eSign1Step4
@@ -51,15 +51,15 @@ public static function worker(array $args, SignatureClientService $clientService
5151
$authentication_method,
5252
$args["envelope_args"]
5353
);
54-
#ds-snippet-end
54+
#ds-snippet-end:eSign1Step4
5555

5656
# Obtain the recipient_view_url for the embedded signing
5757
# Exceptions will be caught by the calling function
5858
#ds-snippet-start:eSign1Step5
5959
$viewUrl = $clientService->getRecipientView($args['account_id'], $envelope_id, $recipient_view_request);
6060

6161
return ['envelope_id' => $envelope_id, 'redirect_url' => $viewUrl['url']];
62-
#ds-snippet-end
62+
#ds-snippet-end:eSign1Step5
6363
}
6464

6565
/**
@@ -130,5 +130,5 @@ public static function make_envelope(array $args, string $demoPath, string $pdfF
130130

131131
return $envelope_definition;
132132
}
133-
#ds-snippet-end
133+
#ds-snippet-end:eSign1Step2
134134
}

0 commit comments

Comments
 (0)