lib/maxipago/request_builder/request.rb in maxipago-0.1.12 vs lib/maxipago/request_builder/request.rb in maxipago-0.1.13
- old
+ new
@@ -3,11 +3,11 @@
module Maxipago
module RequestBuilder
class Request
- def initialize(maxid, apikey)
- @maxid = maxid
+ def initialize(maxipagoId, apikey)
+ @maxipagoId = maxipagoId
@apikey = apikey
@api_version = Maxipago::Client::APIVERSION
@header = { "Content-Type" => 'text/xml' }
end
\ No newline at end of file