lib/checkr/api_class.rb in checkr-official-1.0.1 vs lib/checkr/api_class.rb in checkr-official-1.0.2
- old
+ new
@@ -367,10 +367,10 @@
ret.sub!(match.inspect, "#{value}")
end
unless missing.empty?
- raise InvalidRequestError.new("Could not determine the full URL to request. Missing the following values: #{missing.to_a.join(', ')}.")
+ raise InvalidRequestError.new("Could not determine the full URL to request. Missing the following values: #{missing.to_a.join(', ')}.", "url")
end
end
ret
end
def compose_api_path(path, arguments, params={})