Skip to content

Commit

Permalink
Merge pull request #129 from docusign/DEVDOCS-13596
Browse files Browse the repository at this point in the history
fixing DocuSign JS URL
  • Loading branch information
paigesrossi authored Mar 5, 2024
2 parents ece877e + e37125d commit 35d8438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<p><a href="/">Continue</a></p>

<script src='http://js.docusign.com/bundle.js'></script>
<script src='https://js.docusign.com/bundle.js'></script>
<script>
window.DocuSign.loadDocuSign('${integrationKey}')
.then((docusign) => {
Expand Down

0 comments on commit 35d8438

Please sign in to comment.