From 1e14eb61c9fad7030def09fc4df37da1da0f50b9 Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 27 Sep 2003 10:14:04 +0000 Subject: * 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 --- sample/wsdl/amazon/wsdlDriver.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'sample') diff --git a/sample/wsdl/amazon/wsdlDriver.rb b/sample/wsdl/amazon/wsdlDriver.rb index baf55a4968..3abf40bb39 100644 --- a/sample/wsdl/amazon/wsdlDriver.rb +++ b/sample/wsdl/amazon/wsdlDriver.rb @@ -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 -- cgit v1.2.3