Skip to content

Conversation

allanmcarvalho
Copy link

Na hora de obter a URL de autorização falta uma parte do path.

Changes made to the feature:

  • Item 1

General changes

  • Item 1

Issues closed

  • Closes #XX

PR validation checklist:

  • Title and clear description of the PR
  • Tests of my functionality
  • Documentation of my functionality
  • Tests executed and passed
  • Branch Coverage >= 80%

Na hora de obter a URL de autorização falta uma parte do path.
@daredloco
Copy link

A mudança pode ser ainda mais simples. Como o AUTH_URL é usado apenas nesse método, basta alterar o valor diretamente para:

private const AUTH_URL = "https://auth.mercadopago.com/authorization";

Não?

@allanmcarvalho
Copy link
Author

A mudança pode ser ainda mais simples. Como o AUTH_URL é usado apenas nesse método, basta alterar o valor diretamente para:

private const AUTH_URL = "https://auth.mercadopago.com/authorization";

Não?

Faz sentido!

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.

2 participants