Commit a40b7cb7 authored by Oleksandr's avatar Oleksandr 🎱

trying to use another domain for sandbox

parent d5a01766
...@@ -16,7 +16,7 @@ module Wedoops ...@@ -16,7 +16,7 @@ module Wedoops
def initialize(options={}) def initialize(options={})
# environment specific settings # environment specific settings
if options.has_key?(:environment) && options[:environment] == "sandbox" if options.has_key?(:environment) && options[:environment] == "sandbox"
self.class.base_uri "https://sandbox.zohoapis.com/crm/v2/" self.class.base_uri "https://crmsandbox.zoho.com/crm/v2/"
options.delete(:environment) options.delete(:environment)
end end
......
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