Skip to content

Instantly share code, notes, and snippets.

@cccaldas
Created July 27, 2012 16:33
Show Gist options
  • Save cccaldas/3189032 to your computer and use it in GitHub Desktop.
Save cccaldas/3189032 to your computer and use it in GitHub Desktop.
<!-- INICIO FORMULARIO BOTAO PAGSEGURO -->
<form target="pagseguro" action="https://pagseguro.uol.com.br/checkout/v2/donation.html" method="post">
<input type="hidden" name="receiverEmail" value="[email protected]" />
<input type="hidden" name="currency" value="BRL" />
<input type="image" src="https://p.simg.uol.com.br/out/pagseguro/i/botoes/doacoes/209x48-doar-assina.gif" name="submit" alt="Pague com PagSeguro - é rápido, grátis e seguro!" />
</form>
<!-- FINAL FORMULARIO BOTAO PAGSEGURO -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment