Commit 7018f12a by Tobin

daily commit

parent fdf33bd6
<html>
<head>
<title>Merchant Checkout Page</title>
</head>
<body>
<center><h1 style="margin-top: 20%">Please do not refresh this page...</h1></center>
<form action="<?= $requestUrl ?>" method="post" id="BayanPay_online_payment">
<input type="hidden" name="requestParameter" value="<?= $requestParameter ?>">
</form>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(event) {
document.getElementById("BayanPay_online_payment").submit();
});
</script>
</body>
</html>
\ No newline at end of file
<form action="<?php echo $requestUrl; ?>" method="post" name="network_online_payment"
id="network_online_payment">
<?php echo '<input type="hidden" name="requestParameter" value='.$requestParameter.'>'; ?>
<input type="submit" value="Submit">
</form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment