File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33<h2 ><%= title %> </h2 >
44<p ><% - message %> </p >
55
6- <p >Agreement URL received back from the API call: <% - agreementUrl %> </p >
6+ <p >Agreement URL received back from the API call: <code > < %- agreementUrl %> </ code ></p >
77
88<p id =" agreementStatus" >
99 <% - locals .manifest .SupportingTexts .HelpingTexts .NOTAGREED %>
1212<div id =" ds-terms-of-service" ></div >
1313<script src =" https://demo.docusign.net/clickapi/sdk/latest/docusign-click.js" ></script >
1414<script >docuSignClick .Clickwrap .render ({
15- agreementUrl: agreementUrl,
15+ agreementUrl: " <%- agreementUrl %> " ,
1616 onAgreed : function () {
1717 // Triggered if the user has just agreed
1818 document .getElementById (" agreementStatus" ).innerHTML = " <%- locals.manifest.SupportingTexts.HelpingTexts.AGREED %>" ;
You can’t perform that action at this time.
0 commit comments