Skip to content

Commit c148912

Browse files
authored
Merge pull request #90 from docusign/DEVDOCS-8573
Fixing issue with create template code example (DEVDOCS-8573)
2 parents dd5f9df + 04c001d commit c148912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/services/e_sign/eg008_create_template_service.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def make_template_req
4848
# Read the PDF from the disk
4949
# Read files 2 and 3 from a local directory
5050
# The reads could raise an exception if the file is not available!
51+
template_name = args[:template_name]
5152
doc_file = 'World_Wide_Corp_fields.pdf'
5253
base64_file_content = Base64.encode64(File.binread(File.join('data', doc_file)))
5354

0 commit comments

Comments
 (0)