lib/zuora/rest.rb in zuora-ruby-0.6.0 vs lib/zuora/rest.rb in zuora-ruby-0.7.0

- old
+ new

@@ -1,9 +1,10 @@ # frozen_string_literal: true + module Zuora module Rest - API_URL = 'https://api.zuora.com/rest/v1/'.freeze - SANDBOX_URL = 'https://apisandbox-api.zuora.com/rest/v1/'.freeze + API_URL = 'https://api.zuora.com/rest/v1/' + SANDBOX_URL = 'https://apisandbox-api.zuora.com/rest/v1/' # Unable to connect. Check username / password ConnectionError = Class.new Errors::GenericError # Non-success response