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
Ao utilizar o método asyncGetLastApprovedTransaction, no callback de onRequestedLastTransaction temos um parâmetro PlugPagTransactionResult.
asyncGetLastApprovedTransaction
onRequestedLastTransaction
PlugPagTransactionResult
Como identificar, com base no PlugPagTransactionResult se a transação retornada foi estornada ou não?
The text was updated successfully, but these errors were encountered:
@ibagliotti, vi que vc gerou um release... vcs dão suporte a esse wrapper? tiram dúvidas?
Sorry, something went wrong.
Se não me engano classes do tipo PlugPagTransactionResult tem um atributo result (Int) que você pode comparar com PlugPag.RET_OK (Int)
result
PlugPag.RET_OK
No branches or pull requests
Ao utilizar o método
asyncGetLastApprovedTransaction
, no callback deonRequestedLastTransaction
temos um parâmetroPlugPagTransactionResult
.Como identificar, com base no
PlugPagTransactionResult
se a transação retornada foi estornada ou não?The text was updated successfully, but these errors were encountered: