Created
November 8, 2013 04:03
-
-
Save JuniorLima/7366107 to your computer and use it in GitHub Desktop.
Pagseguro XML
This file contains hidden or 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/cart.html?action=add" method="post"> | |
<input type="hidden" name="receiverEmail" value="[email protected]" /> | |
<input type="hidden" name="currency" value="BRL" /> | |
<input type="hidden" name="itemId" value="036854" /> | |
<input type="hidden" name="itemDescription" value="{{ nomedoproduto }}" /> | |
<input type="hidden" name="itemQuantity" value="{{ quantidade }}" /> | |
<input type="hidden" name="itemAmount" value="{{ precodoproduto }}" /> | |
<input type="hidden" name="itemWeight" value="" /> | |
<input type="hidden" name="itemShippingCost" value="0.00" /> | |
<input type="image" src="https://p.simg.uol.com.br/out/pagseguro/i/botoes/pagamentos/205x30-pagar-laranja.gif" name="submit" alt="Pague com PagSeguro - é rápido, grátis e seguro!" /> | |
</form> | |
<!-- FINAL FORMULARIO BOTAO PAGSEGURO --> |
Author
JuniorLima
commented
Nov 8, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment