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
O payload de notificação sofrerá algumas modificações
transaction_data = { "imopay_transaction_id": "algum ID", "event": event_type }
transaction_data = { "imopay_id": "algum ID", "imopay_event": "t", "event": event_type }
The text was updated successfully, but these errors were encountered:
Implementado no PR #27
Sorry, something went wrong.
Recebimento da atualização
o imopayapi está com o zoop hook!
a loja está com o webhook!
a loja confirmou a assinatura
Foi feita a compra corretamente!
O imopay recebeu o webhook da zoop!
a loja recebeu corretamente a atualização do pedido
O pedido já está como aguardando
o estoque foi reduzido
o pedido está como aguardando
status aguardando é após processamento!
o histórico está nas notas do pedido
Obtivemos um resultado satisfatório!
No branches or pull requests
Resumo
O payload de notificação sofrerá algumas modificações
Payload antigo
Novo payload
The text was updated successfully, but these errors were encountered: