Advertisement
AlanGomes

Untitled

May 28th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.89 KB | None | 0 0
  1. <form action="https://pagseguro.uol.com.br/v2/checkout/payment.html" method="post" >
  2.    
  3.     <input type="hidden" name="receiverEmail" value="SEU EMAIL">  
  4.  
  5.         <input type="hidden" name="currency" value="BRL">  
  6.  
  7.         <input type="hidden" name="itemId1" value="0001">  
  8.  
  9.         <input type="hidden" name="itemDescription1" value="SuaLoja-<?php echo $auth['player']; ?>">
  10.  
  11.         <input type="hidden" name="itemAmount1" value="20.00">  
  12.  
  13.         <input type="hidden" name="itemQuantity1" value="1">  
  14.  
  15.         <input type="hidden" name="itemWeight1" value="1000">  
  16.  
  17.         <input type="hidden" name="reference" value="SuaLoja-<?php echo $auth['player']; ?>">
  18.  
  19.     <button type="submit" name="submit" id="submit" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="Comprar com pagseguro" class="btn btn-lg btn-block btn-primary">Comprar agora</button>
  20.  
  21. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement