Skip to content

Commit

Permalink
fixing codeDepot comment and merge conflict in composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
paigesrossi committed May 30, 2024
1 parent 7e05ce7 commit 066393d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 55 deletions.
78 changes: 23 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/Services/Examples/eSignature/EmbeddedSendingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public static function embeddedSending(array $args, $clientService, $demoDocsPat
#ds-snippet-end:eSign11Step3
}

#ds-snippet-start:eSign11Step3
private static function prepareViewRequest(string $startingView, string $returnUrl): EnvelopeViewRequest
{
$viewSettings = new EnvelopeViewSettings([
Expand Down Expand Up @@ -85,4 +86,5 @@ private static function prepareViewRequest(string $startingView, string $returnU

return $viewRequest;
}
#ds-snippet-end:eSign11Step3
}

0 comments on commit 066393d

Please sign in to comment.