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

As the title says, ideally return the timestamp in a format containing the timezone. Ideally in an ISO 8601 format, such as `2020-10-15T20:15:44+00:00`, or add a `getXExpiresAtTimestamp()` method for each...

In a well established system, I recently started getting an error code (when copying invoices) that doesn't make sense to me: "Business Validation Error: You've attempted to invoice for a...

**Issue type** Feature request **Current behaviour** When try to save the transaction containing an emoji in its description, the api returns 500 error. ###### fill the description ###### error ![image](https://user-images.githubusercontent.com/5435389/70391590-9488f500-19b5-11ea-84e4-bac69e6455ca.png)...

hacktoberfest

When fetching a payments via API the response has illegal characters: ``` xxxxxxxxxxxx8005 Lets Panic 12 2017 9999 ``` Notice the weird symbol in `nameonacct`. This is illegal characer and...

hacktoberfest

private function `constructRefreshTokenBody($refresh_token)` depends from php.ini settings using default parameters.

hacktoberfest

We have recently moved to new SDK. Now when we are calling select *from purchase where id =... we are getting value but we are no longer getting **EntityRef type**....

hacktoberfest

In IntuitResponse.php, a fault response isn't parsed unless the content-type is "application/xml". However, for a 401 response, the content type is "text/xml." This results in the response not being parsed....

hacktoberfest

**What is it?** Hacktoberfest is underway right now and we would love for you to contribute 🚀 . More information on #hacktoberfest is [here](https://hacktoberfest.digitalocean.com/) [Develop-with-Intuit for Hacktoberfest](https://medium.com/intuit-engineering/develop-with-intuit-for-hacktoberfest-2020-8f29b70ff2b4) **Is your feature...

hacktoberfest

The QuickBooksOnline\API\Core\Http\Serialization\XmlObjectSerializer::Deserialize() method returns NULL if `Fault` is equal to the XML objects `name` (line 245). This then prevents any future access to the error message. ` $oneXmlElementName = (string)$oneXmlObj->getName();...

hacktoberfest