> ## Documentation Index
> Fetch the complete documentation index at: https://docs.malga.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Feb 06, 2023 - Notificação de Disputas na Adyen

export const AuthorProfile = ({author}) => <div className="flex flex-row gap-3 items-center">
    {author.image && <img src={author.image} alt={author.name} className="w-10 h-10 rounded-full m-0" />}
    <div>
      <a href={author.url}>{author.name}</a>
      <br />
      <span>{author.title}</span>
    </div>
  </div>;

export const fabio = {
  name: "Fábio Cereto",
  title: "Product Manager",
  url: "https://github.com/cereto",
  image: "https://github.com/cereto.png"
};

<AuthorProfile author={fabio} />

Expandimos o suporte das notificações de disputa! Agora é possível receber notificações de disputa em suas transações da Adyen.

<Tip>
  Features
  <Check>Adicionado suporte a notificações de disputa na Adyen.</Check>
</Tip>

<Info>
  Bugs

  * Melhoradas as mensagens quando ocorre um erro de processamentos na Cielo.
</Info>

Continuem nos acompanhando para mais novidades!
