mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* sample/wsdl/amazon/wsdlDriver.rb: syntax error fixed (variable devtag not
declared) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6671baa96b
commit
1e14eb61c9
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ end
|
|||
|
||||
# You must get 'developer's token" from http://associates.amazon.com/exec/panama/associates/ntg/browse/-/1067662 to use Amazon Web Services 2.0.
|
||||
#devtag = File.open(File.expand_path("~/.amazon_key")).read.chomp
|
||||
devtag = nil
|
||||
|
||||
AMAZON_WSDL = 'http://soap.amazon.com/schemas2/AmazonWebServices.wsdl'
|
||||
amazon = SOAP::WSDLDriverFactory.new(AMAZON_WSDL).create_driver
|
||||
|
|
Loading…
Reference in a new issue