QuickBooks-V3-PHP-SDK icon indicating copy to clipboard operation
QuickBooks-V3-PHP-SDK copied to clipboard

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/

Results 116 QuickBooks-V3-PHP-SDK issues
Sort by recently updated
recently updated
newest added

This is a breaking fix for the library. It checks to see if a class exists from the XML documentation, and attempts to use the class to store the data....

Ready to Merge

Reverts the change to disable SSL verification in QBO API call interface. See https://github.com/intuit/QuickBooks-V3-PHP-SDK/commit/670e0201518fbaad1e9339d76ab30eaf17078e62 Agileware Ref: CIVIQBO-67

When client has `arg_separator.output` different to default in `php.ini` it leads to incorrect api request that cannot be parsed on server side. For example if php.ini has `arg_separator.output = "&"`...

Force object to use the namespaced class when creating an object from an xml element and do not create an object from a class that is not within the namespace....

Currently when setting `SerializationFormat::Json` as the response and request format, the API still returns XML responses. Setting formats like this: ``` $dataService->getServiceContext()->IppConfiguration->Message->Request->SerializationFormat = SerializationFormat::Json; $dataService->getServiceContext()->IppConfiguration->Message->Response->SerializationFormat = SerializationFormat::Json; ``` When running...

If a request happens and it gets throttled by QuickBooks there is no way to grab the headers from the response, specifically "Retry-After". The response object is not returned, instead...

hacktoberfest

In SimpleXML_load_string, the XML attributes is not considered in the deserialization, hence cause the attributes for some objects is not stored in the objects. For example, `1` will only show:...

wontfix

- Fix deprecation errors reported in #447 and #448 - Added rudimentary unit tests around files changed - Update phpunit to address php8 errors when running phpunit - Minor syntax...

ReflectionException: Property QuickBooksOnline\API\Data\IPPBillPayment::$BillPaymentCreditCard does not exist in ... v3-php-sdk/src/Facades/FacadeHelper.php:439 Any idea why I would be getting this error? According to the docs "BillPaymentCreditCard" is a valid type.