Advertisement
Guest User

Untitled

a guest
Sep 27th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <form id="payment" name="payment" method="post" action="https://sci.interkassa.com/" enctype="utf-8">
  2. <input type="hidden" name="ik_co_id" value="5d7ffb981ae1bd349b8b4573" />
  3. <input type="hidden" name="ik_pm_no" value="<?php echo $_SESSION['payment']['id']; ?>" />
  4. <input type="hidden" name="ik_am" value="<?php echo $_SESSION['payment']['price']; ?>" />
  5. <input type="hidden" name="ik_cur" value="UAH" />
  6. <input type="hidden" name="ik_desc" value="Event Description" />
  7. <input type="submit" value="Pay">
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement