Skip to content

Commit

Permalink
- Insert commented lines on how wsdl was previously defined till we…
Browse files Browse the repository at this point in the history
… understand where its been set
  • Loading branch information
banjoko01 committed Jun 21, 2024
1 parent 6f059cf commit 46b7ecf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/zuora/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ def client
# @return [Hash]
attr_accessor :options

# Leaving the old approach used to define value of WSDL
# till we understand how/where config.wsdl_path is been set
# WSDL = if config && config.wsdl_path
# config.wsdl_path
# else
# File.expand_path('../../../wsdl/zuora.a.38.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 46b7ecf

Please sign in to comment.