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 >
2
2
<p >Data:</p >
3
3
4
4
@if (ViewBag ._event != null )
5
5
{
6
6
<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 .
8
8
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 .
10
10
</p >
11
11
}
12
12
13
13
@if (ViewBag .envelopeId != null ) {
14
14
< 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 .
16
16
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 .
18
18
< / p >
19
19
}
20
20
21
21
@if (ViewBag .state != null ) {
22
22
< 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 .
24
24
It is usually better to store state in your web framework 's session .
25
25
</p >
26
26
}
You can’t perform that action at this time.
0 commit comments