Skip to content

Commit

Permalink
update params for new version of savon
Browse files Browse the repository at this point in the history
  • Loading branch information
astevens committed Jan 17, 2013
1 parent c56adbd commit 68c6b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authenticom_rpa.rb
Expand Up @@ -6,7 +6,7 @@ class RPA

def initialize(access_code)
self.access_code = access_code
self.client = Savon.client(File.dirname(__FILE__) + "/authenticom_rpa/rpalookup.asmx.xml")
self.client = Savon.client(:wsdl => File.dirname(__FILE__) + "/authenticom_rpa/rpalookup.asmx.xml")
end
def lookup(phone_number, options = {})
options = {:id => "ID01", :dealer => "DEALER01"}
Expand Down

0 comments on commit 68c6b22

Please sign in to comment.