Create view_orderpay.pgkcp.php
This commit is contained in:
parent
7e4d2520f7
commit
4f17f3a132
13
view/view_orderpay.pgkcp.php
Normal file
13
view/view_orderpay.pgkcp.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @file view_orderpay.pgkcp.php
|
||||
* @date 2018-08-25
|
||||
* @author Go Namhyeon <gnh1201@gmail.com>
|
||||
* @brief KCP PG(Payment Gateway) View
|
||||
*/
|
||||
|
||||
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
||||
|
||||
echo "<pre>";
|
||||
var_dump($data);
|
||||
echo "</pre>";
|
Loading…
Reference in New Issue
Block a user