gpapin

Results 17 comments of gpapin

Switching to mongo broke the login functionality for me as well. Any updates on how to fix this ? At least a note saying that you'll have to manually update...

I've updated my passport object and set the user to the proper ObjectId("xyz"); this way I can log in again. I don't think it's a huge deal to be honest,...

Build step On 17 Feb 2017 18:58, "Bryan Jones" wrote: > Are you adding this as a build step or a Hook? > > — > You are receiving this...

Hi Bryan, I've just changed my mac and I need to move everything over so I will get back to you in a few days if that's ok. On 3...

I don't see why codekit would need the root privilege to chmod some files belonging to my user (same user that is running codekit...), so yeah it works using the...

I did it without any more luck unfortunately. I have the exact same issue. So it seems that if I try to get some info from the api it always...

At this point the code is literally the one from this repo, I'm running what's inside this exemple : https://github.com/consolibyte/quickbooks-php/tree/master/docs/partner_platform/example_app_ipp_v3 The only thing I changed is the apptoken and the...

Sure no worries, I've changed the following in [config.php](https://github.com/consolibyte/quickbooks-php/blob/master/docs/partner_platform/example_app_ipp_v3/config.php) : ```php $token = 'a67885b4be3ccb4d42bb172b480e1ea322d7'; $oauth_consumer_key = 'qyprdIq9ultRnMTrrjjz1SSj1fTX9t'; $oauth_consumer_secret = 'QhqCMsNcErXiLzO2Eytclk9tgfGlU0rPr82hko8q'; ``` Thanks for your help btw, very much appreciated 👍

Any luck with this ? To me it looks like you can't access the sandbox once you setup your app for production. That would be very unfortunate for ongoing development...

>Please post your code What code are you talking about exactly ? because I already told you I'm using exactly what's in this repo... Let me try to explain again....