Create view_orderpay.step3.pgkcp.php
This commit is contained in:
parent
b67dac3722
commit
fd68102d6b
41
view/view_orderpay.step3.pgkcp.php
Normal file
41
view/view_orderpay.step3.pgkcp.php
Normal file
|
@ -0,0 +1,41 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>*** NHN KCP [AX-HUB Version] ***</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="-1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form id="result_info" name="result_info" method="post" action="<?php echo $pgkcp_action_url; ?>">
|
||||
<fieldset>
|
||||
<legend>결제진행완료</legend>
|
||||
|
||||
<div>
|
||||
<input type="hidden" name="_token" value="<?php echo $_token; ?>">
|
||||
<input type="hidden" name="route" value="<?php echo $_next_route; ?>">
|
||||
<input type="hidden" name="redirect_url" value="<?php echo $redirect_url; ?>">
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<?php
|
||||
foreach($payinfo as $k=>$v) {
|
||||
?>
|
||||
<li>
|
||||
<label for="<?php echo $k; ?>"><?php echo $k; ?></label>
|
||||
<input id="<?php echo $k; ?>" name="<?php echo $k; ?>" value="<?php echo $v; ?>" readonly="readonly"/>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
|
||||
<button id="btn_submit" type="submit">Submit</button>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<?php echo $jsoutput; ?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user