smartystreets / smartystreets-php-sdk

The official client libraries for accessing SmartyStreets APIs from the PHP Hypertext Processor.
https://smartystreets.com/docs/sdk/php
Apache License 2.0
28 stars 15 forks source link

Fix GitHub issues #20 and #40 #42

Closed abbeynels closed 1 year ago

abbeynels commented 1 year ago

Added status codes to exceptions thrown in StatusCodeSender.php, resolved error message variable undefined in StatusCodeSender.php. Updated exceptions to only retry on codes 408, 429, 500, 502, 503, and 504. Updated tests to be more consistent with each other.