always-open / ShipEngine

Wrapper and classes for ShipEngine API (https://www.shipengine.com/)
MIT License
3 stars 1 forks source link

Fixed loop that was causing multiple retries even with success #11

Closed qschmick closed 2 years ago

qschmick commented 2 years ago

Description

Retries wasn't checking if the response was a success

Release Notes

System would retry no matter the success/failure of the request

Types of changes

Checklist