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

# Jul 28, 2023 - Voucher

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 leticia = {
  name: "Letícia Plácido",
  title: "Software Engineer",
  url: "https://github.com/letypbarbosa",
  image: "https://github.com/letypbarbosa.png"
};

<AuthorProfile author={leticia} />

**Novo método de pagamento - Voucher 🚀**

Agora é possível utilizar o novo método de pagamento por meio da bandeira **VR**.

Oferecendo mais comodidade e liberdade para os consumidores, fazendo com que os negócios tenham diversificação
em suas opções de pagamento, ampliando assim seus potenciais clientes e aumentando as suas conversões.

<Tip>
  SAIBA MAIS Saiba mais sobre o Voucher em [nossa
  documentação](/documentations/payment-methods/voucher).
</Tip>

Siga acompanhando as novidades da Malga 🤓🎉
