Skip to content

Commit

Permalink
try reverting wsdl back, add field manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-L committed Dec 13, 2016
1 parent 9d76b93 commit db03f49
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 658 deletions.
2 changes: 1 addition & 1 deletion lib/zuora/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def client
# @return [Zuora::Config]
attr_accessor :config

PRODUCTION_WSDL = File.expand_path('../../../wsdl/production/zuora.a.81.0.wsdl', __FILE__)
PRODUCTION_WSDL = File.expand_path('../../../wsdl/production/zuora.a.38.0.wsdl', __FILE__)
SANDBOX_WSDL = File.expand_path('../../../wsdl/sandbox/zuora.a.38.0.wsdl', __FILE__)

# Is this an authenticated session?
Expand Down
Loading

0 comments on commit db03f49

Please sign in to comment.