Michael Kimsal
Michael Kimsal
https://github.com/intuit/QuickBooks-V3-PHP-SDK/pull/420 I've seen others with the same error messages I was seeing yesterday "CustomerRef is missing" from posting an Invoice object. Using JSON, the serializer 'removeNullProperties' method was filtering out...
Existing removeNullProperties filtered out standard arrays, causing problems. Specifically, an $invoice object with $customerRef on it (with $customerRef['value']) was filtered out, causing "CustomerRef is missing" validation errors. I added the...
I've got a lot of code that expects uploads to come in with multipart/form-data formatting, but filedropjs seems to always send just the raw data alone. Are there any settings...
I'm seeing the camera - got it working - looks great - is there any planned support for video? I don't mean from you specifically, but from the capacitor project?...
QUICKBOOKS_XML_XML_COMPRESS QUICKBOOKS_XML_XML_DROP QUICKBOOKS_XML_XML_PRESERVE aren't accurate any more they need to be QUICKBOOKS_XML::XML_COMPRESS QUICKBOOKS_XML::XML_DROP QUICKBOOKS_XML::XML_PRESERVE I was going to do a PR, but it might be easier for someone who knows...
This is causing conflict with jquery 1.8.3 installed. I've no idea where/how the POM would have that hard dependency in it - I don't see anything in the plugin code...
I have the 'pro' plugin. It just says "no license" in the plugin screen. I have a license key. I see 0 instructions on where and how I enter a...
I'm trying to include an image of a radio button multiple times, and getting an error (please note that I'm only getting this when running as war deployed to tomcat...
created a self-hosted registry, but did not see any password generated, nor do I see any docs on a default password, or ways to change it. i also can't just...
tackles issue #17