You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minha integração está retornando HTTP Response Not OK no arquivo BaseController.php esse retorno se dá pelo seguinte status. if (($response->getStatusCode() < 200) || ($response->getStatusCode() > 208)) { //[200,208] = HTTP OK throw new APIException('HTTP Response Not OK', $_httpContext); }
mas na doc não encontrei algo em relação a este status
Alguém sabe sobre o que se trata este erro? e como posso soluciona-lo?
The text was updated successfully, but these errors were encountered:
minha integração está retornando HTTP Response Not OK no arquivo BaseController.php esse retorno se dá pelo seguinte status.
if (($response->getStatusCode() < 200) || ($response->getStatusCode() > 208)) { //[200,208] = HTTP OK throw new APIException('HTTP Response Not OK', $_httpContext); }
mas na doc não encontrei algo em relação a este status
Alguém sabe sobre o que se trata este erro? e como posso soluciona-lo?
The text was updated successfully, but these errors were encountered: