Update view_orderpay.pgkcp.php
This commit is contained in:
parent
421f9554da
commit
947c111671
|
@ -23,7 +23,14 @@ if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
||||||
<h1>NHN KCP [AX-HUB Version]</h1>
|
<h1>NHN KCP [AX-HUB Version]</h1>
|
||||||
|
|
||||||
<form id="order_info" name="order_info" method="post" action="<?php echo $pgkcp_action_url; ?>">
|
<form id="order_info" name="order_info" method="post" action="<?php echo $pgkcp_action_url; ?>">
|
||||||
|
<fieldset>
|
||||||
|
<legend>결제 정보</legend>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
<input type="hidden" name="_token" value="<?php echo $_token; ?>">
|
||||||
|
<input type="hidden" name="route" value="<?php echo $_next_route; ?>">
|
||||||
|
</div>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<?php
|
<?php
|
||||||
foreach($payinfo as $k=>$v) {
|
foreach($payinfo as $k=>$v) {
|
||||||
|
@ -38,7 +45,7 @@ if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<button id="btn_submit" type="submit">Submit</button>
|
<button id="btn_submit" type="submit">Submit</button>
|
||||||
</div>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?php echo $jsoutput; ?>
|
<?php echo $jsoutput; ?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user