AvaTax-REST-V2-PHP-SDK
AvaTax-REST-V2-PHP-SDK copied to clipboard
Sales Tax API SDK for PHP and AvaTax REST
The inline documentation for the `commitTransaction` method states that it's should be used for committing a transaction for reporting and marking it as Committed by changing its status. The `$transactionCode`...
The PHP class TransactionBuilder does not have a method to set the customer email. The .NET class has this available: https://github.com/avadev/AvaTax-REST-V2-DotNet-SDK/blob/master/src/TransactionBuilder.cs line 812: ``` public TransactionBuilder WithEmail(string email) { _model.email...
## Description - Adding default protocol version to src/Client.php - Setting up the default protocol to 1.2, since Avatax is is discontinuing support TLS 1.0 & 1.1 ## How To...
Allowed to add salesPersonCode to the Transaction Builder. Since the model is private, and have no way of assign it, we had to duplicate this file, in order to have...
Added ability to add merchantSellerIdentifier to a line through TransactionBuilder
adds travis testing for php versions 7.2, 7.3, 7.4 and 8.0 (php 7.0 and 7.1 don't get the correct version of phpunit and thus fails) update invalid function definitions which...
Guzzle 7.0
GuzzleHttp is required in quite a few widely used packages in the PHP ecosystem, in particular [Laravel 8.0](https://github.com/laravel/framework). While trying to update my application to laravel 8.0 I noticed their...
* Now running tests against PHP 7.X versions * Now allows either phpunit 5 or 6 depending on which php runner is used in CI