AvaTax-REST-V2-PHP-SDK icon indicating copy to clipboard operation
AvaTax-REST-V2-PHP-SDK copied to clipboard

Sales Tax API SDK for PHP and AvaTax REST

Results 17 AvaTax-REST-V2-PHP-SDK issues
Sort by recently updated
recently updated
newest added

Update for 24.8.0

24.8.0

Currently, the Avatax SDK allows for logging of request and response bodies, but it does not provide an option to log query parameters for GET requests. Logging query parameters is...

The $dataSourceId is not required for the API call, so the $dataSourceId should become an optional parameter for this function. I'd be happy to submit a pull request if it...

On Friday 13th 2024 at approximately 4pm GMT Separate websites using the Avatax SDK suddenly failed on the checkout due to a missing API Response header called: x-correlation-id Var dumping...

Fix for - https://github.com/avadev/AvaTax-REST-V2-PHP-SDK/issues/226

Fixes some obvious typos (undefined class and variable names) and one nullable type hint which throws an error in PHP 8.4.

Hello, It seems the PHP SDK does not expose the `userDefinedFields` field of the `LineItemModel` specified in the [docs](https://developer.avalara.com/api-reference/avatax/rest/v2/models/TransactionLineUserDefinedFieldModel/). Could you add a method to add it to the `TransactionBuilder`...