Skip to content

Commit 4e36773

Browse files
authored
Merge pull request #121 from docusign/DEVDOCS-12369
change stage to demo
2 parents c542175 + d68b111 commit 4e36773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/Examples/Click/EG006EmbedClickwrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function createController(): void
4444
{
4545
$this->checkDsToken();
4646
$clickwrapResponse = EmbedClickwrapService::createAgreeementUrl($this->args, $this->clientService);
47-
$htmlString = "<p id='agreementStatus'>NOT AGREED</p><div id='ds-terms-of-service'></div><script src='https://stage.docusign.net/clickapi/sdk/latest/docusign-click.js'></script><script>docuSignClick.Clickwrap.render({agreementUrl: '" . $clickwrapResponse . "',onAgreed: function () {document.getElementById('agreementStatus').innerHTML = 'AGREED';}}, '#ds-terms-of-service');</script>";
47+
$htmlString = "<p id='agreementStatus'>NOT AGREED</p><div id='ds-terms-of-service'></div><script src='https://demo.docusign.net/clickapi/sdk/latest/docusign-click.js'></script><script>docuSignClick.Clickwrap.render({agreementUrl: '" . $clickwrapResponse . "',onAgreed: function () {document.getElementById('agreementStatus').innerHTML = 'AGREED';}}, '#ds-terms-of-service');</script>";
4848
if ($clickwrapResponse) {
4949

5050
if($clickwrapResponse === 'Already Agreed'){

0 commit comments

Comments
 (0)