Skip to content

Instantly share code, notes, and snippets.

@panggi
Created September 6, 2012 10:00
Show Gist options
  • Save panggi/3654193 to your computer and use it in GitHub Desktop.
Save panggi/3654193 to your computer and use it in GitHub Desktop.
Prepare POST FORM
// Use the browser key as one the params
<form action="<?= PAYMENT_REDIRECT_URL ?>" method="post">
<input type="hidden" name="MERCHANT_ID" value="<?= MERCHANT_ID ?>" />
<input type="hidden" name="ORDER_ID" value="<?= $order['order_id'] ?>" />
<input type="hidden" name="TOKEN_BROWSER" value="<?= $key['token_browser'] ?>" />
<input id="submitBtn" type="submit" value="Confirm Checkout" />
</form>
@Ansh2698
Copy link

Ansh2698 commented Aug 7, 2018

jgfhfytsdtes

@Ansh2698
Copy link

Ansh2698 commented Aug 7, 2018

gfyutdsux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment