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

Erro na autenticação #8

Open
henriquecm opened this issue Sep 29, 2021 · 1 comment
Open

Erro na autenticação #8

henriquecm opened this issue Sep 29, 2021 · 1 comment

Comments

@henriquecm
Copy link

Ao criar uma instância do PagarmeCoreApiClient eu faço o seguinte:

return new PagarmeCoreApiClient($chave, '');

Já que na documentação o seguinte:

Como utilizar a

SecretKey

Para montar a requisição Basic Auth, você deve utilizar a SecretKey da seguinte maneira:
User: SecretKey
Password: vazio

Mas quando eu faço isso o valor da senha continua TODO: Replace
Porque PagarmeCoreApiClient faz a seguinte comparação:

Configuration::$basicAuthPassword = $basicAuthPassword ? $basicAuthPassword : Configuration::$basicAuthPassword;

E como string vazia um valor falso o valor continua sendo TODO: Replace

Teste: https://phpsandbox.io/e/x/dj9q0?layout=EditorPreview&defaultPath=%2F&theme=dark&showExplorer=no&openedFiles=

Por enquanto eu estou fazendo o seguinte:

Configuration::$basicAuthPassword = '';
return new PagarmeCoreApiClient($chave, '');
@gabrieltrita
Copy link

Passe a senha de acesso ao dash!

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

No branches or pull requests

2 participants