Skip to content

Commit

Permalink
- Revert WSDL definition to the latest pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoko01 committed Jun 21, 2024
1 parent 4890217 commit 6f059cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/zuora/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ def client
# @return [Hash]
attr_accessor :options

WSDL = if config && config.wsdl_path
config.wsdl_path
else
File.expand_path('../../../wsdl/zuora.a.78.0.wsdl', __FILE__)
end
WSDL = File.expand_path('../../../wsdl/zuora.a.78.0.wsdl', __FILE__)
SOAP_VERSION = 2
SANDBOX_ENDPOINT = 'https://apisandbox.zuora.com/apps/services/a/78.0'

Expand Down

0 comments on commit 6f059cf

Please sign in to comment.