avadev / AvaTax-REST-V2-PHP-SDK

Sales Tax API SDK for PHP and AvaTax REST
https://developer.avalara.com/sdk/
Apache License 2.0
48 stars 95 forks source link

Resolves Issue #147. Prevents overriding timeout if set in the client… #148

Closed abarnes-chw closed 2 years ago

abarnes-chw commented 3 years ago

…. Reduces guzzle timeout from 20 minutes to 30 seconds. Adds default connect_timeout of 30 seconds.

svc-developer commented 2 years ago

Hello @abarnes-chw, we merged the PR https://github.com/avadev/AvaTax-REST-V2-PHP-SDK/pull/153 into master today. Please take a look. We simplified your PR a little and added some defensive code in place. Also, we kept the default timeout to be the same for backward compatibility.

abarnes-chw commented 2 years ago

Thank you so much! Closing the PR