> ## 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.

# Jan 27, 2023 - Melhorias com a Zoop

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} />

**Melhorias na conexão da Zoop**

Fizemos alguns ajustes na conexão da Zoop com a Malga! Verifique as novidades abaixo:

<Tip>
  Features
  <Check>Adicionamos suporte a expiração de tempo variável em cobranças de Pix na Zoop; para habilitar esta funcionalidade é necessário fazer uma configuração na sua conta da Zoop.</Check>
</Tip>

<Info>
  Bugs

  * Corrigido erro em criação de boletos na Zoop.
</Info>

Continue acompanhando os nossos canais para mais novidades! :tada:
