picqer / picqer-php

PHP Client for the Picqer API
https://picqer.com/en/api
MIT License
18 stars 23 forks source link

Fix headers after retry due to rate limits #42

Closed casperbakker closed 1 year ago

casperbakker commented 1 year ago

Fixes #41

$headerInfo was not reset after rate limit was hit. Resulting in wrong handling of succes or failure handling.