lib/maxipago/request_builder/request.rb in maxipago-0.1.18 vs lib/maxipago/request_builder/request.rb in maxipago-0.1.19

- old
+ new

@@ -6,10 +6,10 @@ class Request def initialize(maxipagoId, apiKey) @maxipagoId = maxipagoId @apiKey = apiKey - @api_version = Maxipago::Client::APIVERSION + @apiVersion = Maxipago::Client::APIVERSION @header = { "Content-Type" => 'text/xml' } end def send_command(opts) xml = build_xml(opts) \ No newline at end of file