Closed blahutka closed 5 years ago
It tries to load qbo_api exceptions instead of xero-api
Thanks @blahutka for finding and reporting this. I believe the problem is improper name spacing. See https://github.com/minimul/xero-api/tree/raise-namespace but I didn't try to reproduce. Can you give it a go? Thanks much.
@minimul Yes, this is working. Thank you
Fixed and released in v 1.0.1
Hi Christian, thank you for this gem.
I discovered problem with xero-api gem. when I use it together with
qbo_api
in the exact order first Xero second QBOIt doesn't handle unauthorized exceptions and raises parsing error
When I switch the loading order it seems ok