Closed stevenmurry closed 11 years ago
Looks like there was an issue with symbolized keys, should be fixed in the latest push. Thanks.
Nailed it.
Thanks, really appreciate this gem, it's a huge help!
Sure thing. Let me know if you run into any other issues. I didn't test it much in the field other than what I was using it for.
Alex Skryl | skryl.org (http://skryl.org)
On Tuesday, April 30, 2013 at 1:14 PM, Steven Murry wrote:
Nailed it. Thanks, really appreciate this gem, it's a huge help!
— Reply to this email directly or view it on GitHub (https://github.com/skryl/qbxml/issues/1#issuecomment-17244644).
Hello.
I'm using this gem for a current project, and have set it up to use through the ApplicationGateway for Quickbooks Online. Due to that, I have modified the gem slightly to change the qbxml version to 6.0 instead of 7.0. I doubt this has anything to do with my real issue, but I thought it could be worth noting.
I'm trying to post a test transaction, and when I pass a hash through the qbxml gem and submit it to Quickbooks online I get this error:
This is the hash I'm passing into the gem:
The XML that is returned from this is:
So the problem is that the xml_attributes hash is being processed as a node rather than as attributes. Is there something that I'm doing wrong?
Cheers!