Created
July 27, 2012 16:33
-
-
Save cccaldas/3189032 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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