lib/maxipago/request_builder/transaction_request.rb in maxipago-0.1.17 vs lib/maxipago/request_builder/transaction_request.rb in maxipago-0.1.18
- old
+ new
@@ -10,10 +10,10 @@
def set_uri
@uri = URI.parse(URL)
end
- def build_xml(opts)
+ def build_xml
Maxipago::XmlBuilder::BuilderTransaction.new(@maxipagoId, @apiKey, @apiVersion, opts).get_xml_data
end
end
end
end
\ No newline at end of file