File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 88
99{% include 'example_info.html' %}
1010
11+ < p >
12+ Prerequisite: See < a target ='_blank ' href ="https://developers.docusign.com/platform/webhooks/connect/validate/ "> How to validate an HMAC signature</ a > .
13+ </ p >
14+
1115{% set form_index = 0 %}
1216{% set secret_index = 0 %}
1317{% set payload_index = 1 %}
Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ <h4>{{ title }}</h4>
2121 {% endfor %}
2222{% endif %}
2323
24- {% if example["LinkToHowTo"] | length > 0%}
25- < p >
26- Prerequisite: See < a target ='_blank ' href ="{{ example['LinkToHowTo'][0]['Path'] }} "> {{ example['LinkToHowTo'][0]['PathName'] }}</ a > .
27- </ p >
28- {% endif %}
29-
3024< p >
3125 View source file < a target ="_blank " href ="{{ source_url | safe }} "> {{ source_file }}</ a > on GitHub.
3226</ p >
You can’t perform that action at this time.
0 commit comments