Skip to content
New issue

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

Feat: Implementação da API da Unicred #739

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

mfgustav0
Copy link

Implementação da API V2 da Unicred.

Copy link
Owner

@eduardokum eduardokum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Após ajustes aceito. Obrigado

@@ -464,7 +464,7 @@ protected function setRequestInfo($requestInfo)
* @throws UnauthorizedException
* @throws CurlException
*/
protected function post($url, array $post, $raw = false)
protected function post($url, array $post, $raw = false, $clear=true)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Essa opção deve ser false por padrao para não mexer nos bancos que ja estão funcionando

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eu deixei como true pois por padrão no metodo é limpado as strings do Post, ai neste caso iria influenciar nos outros bancos.

Ainda assim ajusto isso?

src/Contracts/Pessoa.php Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants