Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <form id="form" action="http://104.236.211.208/pay.php" method="POST">
  2. <input type="hidden" name="shop_login" value="cheshiresystem"/>
  3. <input type="hidden" name="userid" value="' . $userId . '"/>
  4. <input type="hidden" name="amount" value="' . $amount . '"/>
  5. <input type="hidden" name="currency" value="' . $currency . '"/>
  6. <input type="hidden" name="invoice_id" value="' . $idPay . '"/>
  7. <input type="hidden" name="invoice_id_hash" value="' . $invoice_id . '"/>
  8. <input type="hidden" name="payment_description" value="' . $payment_description . '"/>
  9. <input type="hidden" name="signature" value="adsply39057"/>
  10. <center><h1>Carregando</h1></center>
  11. </form>
  12. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  13. <script>
  14. $("#form").submit();
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement