lib/hello_sign/api/signature_request.rb in hellosign-ruby-sdk-3.7.2 vs lib/hello_sign/api/signature_request.rb in hellosign-ruby-sdk-3.7.3

- old
+ new

@@ -311,9 +311,10 @@ end if opts[:get_url] separator = opts[:file_type].nil? ? '?' : '&' path = path + "#{separator}get_url=#{opts[:get_url]}" end + get(path)[:body] end # # Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame.