lib/braintree/xml/libxml.rb in braintree-4.15.0 vs lib/braintree/xml/libxml.rb in braintree-4.16.0

- old
+ new

@@ -1,9 +1,9 @@ # Portions of this code were copied and modified from Ruby on Rails, released # under the MIT license, copyright (c) 2005-2009 David Heinemeier Hansson module Braintree module Xml - module Libxml # :nodoc: + module Libxml LIB_XML_LIMIT = 30000000 def self.parse(xml_string) old_keep_blanks_setting = ::LibXML::XML.default_keep_blanks ::LibXML::XML.default_keep_blanks = false