lib/hello_sign/configuration.rb in hellosign-ruby-sdk-3.2.13 vs lib/hello_sign/configuration.rb in hellosign-ruby-sdk-3.2.14
- old
+ new
@@ -30,10 +30,10 @@
# @author [hellosign]
#
module Configuration
DEFAULT_ENDPOINT = 'https://api.hellosign.com'
DEFAULT_API_VERSION = '/v3'
- DEFAULT_OAUTH_ENDPOINT = 'https://www.hellosign.com'
+ DEFAULT_OAUTH_ENDPOINT = 'https://app.hellosign.com'
VALID_OPTIONS_KEYS = [:end_point, :oauth_end_point, :api_version, :user_agent, :client_id, :client_secret, :email_address, :password, :api_key, :auth_token, :log_level, :logging, :proxy_uri, :proxy_user, :proxy_pass]
DEFAULT_USER_AGENT = "hellosign-ruby-sdk/" + HelloSign::VERSION