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

Abbey/retrystatus #41

Closed abbeynels closed 1 year ago

abbeynels commented 1 year ago

EXAMPLES: Mostly cosmetic changes so the examples match each other better

NOTE: These have a different naming convention (Us vs the above US, which ones should it be?)

EXCEPTIONS: Added three new exceptions.

SRC: Updated RetrySender to only retry specific status codes. Added status codes to exceptions thrown in StatusCodeSender.

TESTS: Mostly cosmetic changes