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
O SDK deverá disparar uma Exception InvalidCpfOrCnpjException quando a API retornar esse erro:
$responsePayload = $e->getResponsePayload();
if ($responsePayload['errors'][0]['description'] === 'O CPF ou CNPJ informado é inválido.') {
thrownewInvalidCpfOrCnpjException($cpfOrCnpj);
}
The text was updated successfully, but these errors were encountered:
O SDK deverá disparar uma Exception
InvalidCpfOrCnpjException
quando a API retornar esse erro:The text was updated successfully, but these errors were encountered: