Commit d5a01766 authored by Oleksandr's avatar Oleksandr 🎱

remove env from the opts for now

parent 25563611
......@@ -17,6 +17,7 @@ module Wedoops
# environment specific settings
if options.has_key?(:environment) && options[:environment] == "sandbox"
self.class.base_uri "https://sandbox.zohoapis.com/crm/v2/"
options.delete(:environment)
end
#Es un cliennte basico que trabaja a partir de refresh_tokens
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment