Closed geermc4 closed 12 years ago
I'm getting that error on https://github.com/skryl/quickbooks_api/blob/master/lib/quickbooks/api.rb#L70 key, value = data.detect { |name, value| name != 'xml_attributes' && name != :xml_attributes } data is a string with XML, is the error not converting it to something else or where is it?
key, value = data.detect { |name, value| name != 'xml_attributes' && name != :xml_attributes }
Comes from the job I added, so my bad.
Ok now, what does the job expect -.-
Takes a hash
I'm getting that error on https://github.com/skryl/quickbooks_api/blob/master/lib/quickbooks/api.rb#L70
key, value = data.detect { |name, value| name != 'xml_attributes' && name != :xml_attributes }
data is a string with XML, is the error not converting it to something else or where is it?