Advertisement
NFL

Untitled

NFL
Jul 15th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <form id="pay" action="https://www.liqpay.com/api/pay" method="POST">
  2. <input type="hidden" name="public_key" value="i33330388619" />
  3. <input type="hidden" name="amount" value="<?php echo $this->amount?>"/>
  4. <input type="hidden" name="currency" value="UAH" />
  5. <input type="hidden" name="type" value="buy" />
  6. <input type="hidden" name="sandbox" value="1" />
  7. <input type="hidden" name="order_id" value="<?php echo $this->number?>" />
  8. <input type="hidden" name="description" value="оплата сертификата #<?php echo $this->number?> (<?php echo $this->amount?>)" />
  9. <input type="hidden" name="return_url" value="http://luli.webakula.com.ua/gift/thanks" />
  10. <input type="hidden" name="server_url" value="http://luli.webakula.com.ua/gift/process" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement