Shannon Cole
Shannon Cole
Did you ever figure this out? I'm actually trying to determine when a customer pauses their subscription as well. Seems like a huge bug that a customer can sign up...
I'm getting the same thing. `qbo.findAccounts(function (error, accounts) { if (!error) { accounts.QueryResponse.Account.forEach(function (account) { console.log(account.Name); }); } else { console.log("error", error); } });` results in: `(node:5525) Warning: a promise...
@gogbajbobo Did you figure it out? I'm having same problem as you can see from my comment above.
@gogbajbobo Great thanks! I ended up using the exact same thing once I remembered I had followed along with a youtube playlist and had the code already that worked.😀 This...
Thanks! I'm fairly new to react and oauth in general. I'm struggling with handling the flow of this. So get the qbo via new Quickbooks. Then I attempt to use...