Closed leoplct closed 4 years ago
I am requesting the '_GET_XML_BROWSE_TREEDATA' report. self.downloadReport('_GET_XML_BROWSE_TREE_DATA_', options: {report_options: "BrowseNodeId=454824031"})`
self.downloadReport('_GET_XML_BROWSE_TREE_DATA_',
I can successfully retrieve the report .inspect()
puts "DATA: #{client.get_report(report_id).inspect}"
DATA: #<Excon::Response:0x00007f8c82a636a8 @data={:body=>"\n454824031\n\n454824031\n<browseNodeAttributes count=\"1\">\n<attribute name=\"recommended_browse_nodes\">454824031\n\nSoft Rifle Cases\nSoft Rifle
but if I execute puts report.parse() returns
nil
@leoplct Thanks for reporting, the above commit should fix this
I am requesting the '_GET_XML_BROWSE_TREEDATA' report.
self.downloadReport('_GET_XML_BROWSE_TREE_DATA_',
options: {report_options: "BrowseNodeId=454824031"})`I can successfully retrieve the report .inspect()
but if I execute puts report.parse() returns