Created
July 27, 2012 21:23
-
-
Save kneipp/3190526 to your computer and use it in GitHub Desktop.
Exemplo código pagseguro frete
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
| <form method="post" action="https://pagseguro.uol.com.br/v2/checkout/cart.html?action=add" target="pagseguro"> | |
| <input type="hidden" value="[email protected]" name="receiverEmail"> | |
| <input type="hidden" value="BRL" name="currency"> | |
| <input type="hidden" value="1" name="itemQuantity"> | |
| <input type="hidden" value="123" name="itemId"> <!-- ID --> | |
| <input type="hidden" value="Produto XPTO" name="itemDescription"> <!-- NOME --> | |
| <input type="hidden" value="400.00" name="itemAmount"> <!-- PRECO Ex: 29.99 --> | |
| <!-- input type="hidden" value="10" name="itemWeight" --> <!-- PESO PARA CALCULO DE FRETE --> | |
| <input type="hidden" value="50.00" name="itemShippingCost"> <!-- VALOR DE FRETE FIXO --> | |
| <input type="image" alt="Pague com PagSeguro - é rápido, grátis e seguro!" name="submit" src="https://p.simg.uol.com.br/out/pagseguro/i/botoes/pagamentos/209x48-comprar-assina.gif"> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment