Joseph Kerby
Joseph Kerby
It was added in #56
IMO, WebHook listeners would be a very welcomed addition!
Sorry...forgot to include that. It's IPP v3 against QBO. If I run [docs/example_app_ipp_v3/example_customer_add.php](https://github.com/consolibyte/quickbooks-php/blob/master/docs/example_app_ipp_v3/example_customer_add.php), I get "Our new customer ID is: [4]" along with the additional request and response output. However,...
From what I can tell, the { [domain]-[id] } format is used for QBD. Is that right? If so, I'll do a fix to return only the content of the...
@consolibyte I have commit to resolve the problem, but unfortunately, it is downstream from another pull request I've already submitted. So, if my other pull request is ok and gets...
Just from looking at the source, they should be the same; but I'm not sure it's the intended result. According to https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v3/020_key_concepts/0700_other_topics#IdType, for QBO (where the domain is empty) the...
@consolibyte I agree with you on consistency and think that Intuit should have consistent IDType values across platforms. However, I think that the SDK should match the API specification. That...
Thankfully this also fixes `[LInk Name](https://link.to.something)`
The primary reason that the image is so large is that it contains all the data needed for scanning. IMHO, this is a _good_ thing. Otherwise, it would take significantly...
Updating requires downloading and recompiling the updated components. I'm working on an alternative docker image including the latest version of everything. I will either share here or PR it once...