Skip to content

Commit

Permalink
fixing DocuSign JS URL
Browse files Browse the repository at this point in the history
  • Loading branch information
meihDS committed Mar 5, 2024
1 parent ece877e commit e37125d
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 e37125d

Please sign in to comment.