RappidDevelopment / quickbooks-js

A SOAP service implemented in Node.js that communicates with QuickBook's Web Connector
MIT License
40 stars 40 forks source link

fix auth failed #28

Closed shahidcodes closed 5 years ago

shahidcodes commented 5 years ago

Auth failed due to json to xml stripped '' but an empty xml tag needed for qbwc

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 87.255% when pulling 90e06c53a10a6aa013bb57295698b0fb47c38546 on shahidcodes:master into 8acaa7a7d88b93929cfef172f4ecf000ee0952f7 on RappidDevelopment:master.

rpaterson commented 5 years ago

I just ran in to this problem too! I found the solution on Stack Overflow and was about to open a PR but @shahidcodes beat me to it.

MattMorgis commented 5 years ago

Thank you! I'll push a release in an hour or so.