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

Commit

Permalink
Merge pull request #97 from HelloFax/binti-family-preserve-upload-fil…
Browse files Browse the repository at this point in the history
…ename

Binti family preserve upload filename
  • Loading branch information
jyoung488 committed Sep 11, 2018
2 parents 333a705 + dad6f7b commit a18ae41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/hello_sign/api/signature_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def signature_request_files(opts)
separator = opts[:file_type].nil? ? '?' : '&'
path = path + "#{separator}get_url=#{opts[:get_url]}"
end

get(path)[:body]
end

Expand Down
2 changes: 1 addition & 1 deletion lib/hello_sign/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
#

module HelloSign
VERSION = '3.7.2'
VERSION = '3.7.3'
end

0 comments on commit a18ae41

Please sign in to comment.