We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nome incorreto ao instanciar a classe MoIPClient. Moip.php nos métodos send e queryParcel
$client = new MoipClient();
Correto
$client = new MoIPClient();
The text was updated successfully, but these errors were encountered:
Solução: Arrumar a criação do objeto em:
https://github.com/moiplabs/moip-php/blob/master/lib/Moip.php#L729 e https://github.com/moiplabs/moip-php/blob/master/lib/Moip.php#L782
Ou renomear a classe:
https://github.com/moiplabs/moip-php/blob/master/lib/MoipClient.php#L11
Sorry, something went wrong.
No branches or pull requests
Nome incorreto ao instanciar a classe MoIPClient.
Moip.php nos métodos send e queryParcel
Correto
The text was updated successfully, but these errors were encountered: