Skip to content

Commit d68b111

Browse files
committed
change stage to demo
1 parent c542175 commit d68b111

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)