Skip to content

Releases: apigrate/quickbooks

v4.3

12 Jul 15:51
4d6e786
Compare
Choose a tag to compare

Added support voiding transactions (BillPayment, Invoice, Payment, SalesReceipt).

Add intuit_tid support.

08 Dec 17:14
fa1501f
Compare
Choose a tag to compare

Adds support for intuit_tid response header on API transactions.

Latest intuit_tid is stored on the object returned from accountingApi().

The intuit_tid is also available as a property on all ApiError and ApiThrottlingError objects.

v4.0.0

29 Sep 13:50
185e304
Compare
Choose a tag to compare

Version 4.0 Changes

Now uses the Intuit discovery documents, dynamically loading the correct URLs from Intuit OAuth.

Changes:

  • added is_sandbox boolean to constructor. Use this to specify sandbox vs production environment.

Breaking Changes:

  • getIntuitAuthorizationUrl function is now an asynchronous method on the connector instance.

v3.1.3

29 Sep 13:39
Compare
Choose a tag to compare

Bugfixes

  1. TaxCode API URL
  2. TaxService API URL