Tom Vaughan

Results 20 comments of Tom Vaughan

@wongoo Does that work with this oauth library? I tried it out and while it did save the client to redis I don't see how this library would be able...

I would try enabling verbose logging on the web connector to see exactly what is being sent back and forth. https://help.developer.intuit.com/s/article/QBWC-Logging

Also, the code you posted has some extra things that may be causing the problem. I would try replacing ``` $Server = new QuickBooks_WebConnector_Server_SQL( $dsn, '1 minute', $mode, $conflicts, $delete,...

I am assuming that you are using QB desktop. If that is the case custom fields are associated with DataExt. You should look at the OSR for complete info: https://developer-static.intuit.com/qbSDK-current/Common/newOSR/index.html...

being numeric doesn't mean it can't be a string. The doc doesn't say anything about a integer so from my perspective ID's from either could be strings.

Can someone please approve this PR?

Yes, it is there. I can tell from the log that the Before method is being called but it is not stopping the request from completing as intended. Unless I...

@brendensoares No, I never did.