Skip to content

Commit

Permalink
Updates sandbox url to new address
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mutter committed Jan 26, 2018
1 parent 5b9f8de commit ffe1cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def wsdl(wsdl = nil)
else
attributes[:wsdl] ||= begin
if sandbox
"https://webservices.sandbox.netsuite.com/wsdl/v#{api_version}_0/netsuite.wsdl"
"https://system.netsuite.com/wsdl/v#{api_version}_0/netsuite.wsdl"
else
"https://#{wsdl_domain}/wsdl/v#{api_version}_0/netsuite.wsdl"
end
Expand Down

0 comments on commit ffe1cfb

Please sign in to comment.