Keith Palmer
Keith Palmer
This seems to be somehow related to these styles -- if I remove these styles from my DomPDF document, the error goes away: ``` @font-face { font-family: 'Basis Grotesque'; font-style:...
+1 watching this!
QuickBooks does not have a "Company Name" field in it's API. It does have "CompanyName". Is that what you mean? That field is present for many objects -- Customers, Vendors,...
I think I need an example of some actual code that is breaking to be able to reproduce and fix this. Do you have example code that you can share?
I'm not sure that QuickBooks has any concept of a "vendor expense". Where are you seeing this? Here is a list of things that QuickBooks supports: https://developer.intuit.com/docs/api/accounting
We have some limited testing we do internally. We would absolutely _love_ anyone who could contribute some unit/integration tests! Feel free to reach out to me directly [email protected] if there's...
Heads-up -- we should have this stuff working sometime next week.
Haven't lost track of this, and will be getting to this very soon. I think there's a lot of things in this merge request which are way out of scope,...
Please post your code, and the output of print($Service->lastRequest()); print($Service->lastResponse());
This doesn't look like a memory footprint problem at all - it looks like a MySQL time-out. Can you tell where specifically in your code this error is getting triggered?...