Skip to content

Commit 06497be

Browse files
committed
polish
1 parent aed8003 commit 06497be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Examples/eg008CreateTemplate.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ if [ "${TEMPLATE_ID}" != "" ]; then
3535
fi
3636

3737
# Step 2. Create the template programmatically
38-
39-
# document 3 (pdf) has tag /sn1/
4038
#
4139
# The envelope has two recipients.
4240
# recipient 1 - signer
@@ -55,7 +53,6 @@ echo ""
5553
# Fetch docs and encode
5654
cat ../demo_documents/World_Wide_Corp_fields.pdf | base64 > $doc1_base64
5755

58-
5956
# Concatenate the different parts of the request
6057
printf \
6158
'{

0 commit comments

Comments
 (0)