Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit a18ae41

Browse files
authored
Merge pull request #97 from HelloFax/binti-family-preserve-upload-filename
Binti family preserve upload filename
2 parents 333a705 + dad6f7b commit a18ae41

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/hello_sign/api/signature_request.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def signature_request_files(opts)
313313
separator = opts[:file_type].nil? ? '?' : '&'
314314
path = path + "#{separator}get_url=#{opts[:get_url]}"
315315
end
316+
316317
get(path)[:body]
317318
end
318319

lib/hello_sign/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
#
2424

2525
module HelloSign
26-
VERSION = '3.7.2'
26+
VERSION = '3.7.3'
2727
end

0 commit comments

Comments
 (0)