File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
launcher-csharp/Views/Shared Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- <h2 >Returned data from DocuSign !</h2 >
1+ <h2 >Returned data from Docusign !</h2 >
22<p >Data:</p >
33
44@if (ViewBag ._event != null )
55{
66 <p >
7- <b >event : @ViewBag._event. </b > This event parameter is supplied by DocuSign .
7+ <b >event : @ViewBag._event. </b > This event parameter is supplied by Docusign .
88 Since it could have been spoofed , don 't make business decisions based on
9- its value . Instead , query DocuSign as appropriate .
9+ its value . Instead , query Docusign as appropriate .
1010 </p >
1111}
1212
1313@if (ViewBag .envelopeId != null ) {
1414< p >
15- < b > envelopeId : @ViewBag .envelopeId .< / b > The envelopeId parameter is supplied by DocuSign .
15+ < b > envelopeId : @ViewBag .envelopeId .< / b > The envelopeId parameter is supplied by Docusign .
1616 Since it could have been spoofed , don 't make business decisions based on
17- its value . Instead , query DocuSign as appropriate .
17+ its value . Instead , query Docusign as appropriate .
1818< / p >
1919}
2020
2121@if (ViewBag .state != null ) {
2222< p >
23- < b > state : @ViewBag .state .< / b > This example state was sent to DocuSign and has now been received back .
23+ < b > state : @ViewBag .state .< / b > This example state was sent to Docusign and has now been received back .
2424 It is usually better to store state in your web framework 's session .
2525</p >
2626}
You can’t perform that action at this time.
0 commit comments