We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd5f9df + 04c001d commit c148912Copy full SHA for c148912
1 file changed
app/services/e_sign/eg008_create_template_service.rb
@@ -48,6 +48,7 @@ def make_template_req
48
# Read the PDF from the disk
49
# Read files 2 and 3 from a local directory
50
# The reads could raise an exception if the file is not available!
51
+ template_name = args[:template_name]
52
doc_file = 'World_Wide_Corp_fields.pdf'
53
base64_file_content = Base64.encode64(File.binread(File.join('data', doc_file)))
54
0 commit comments