Create view_orderpay.pgkcp.php

This commit is contained in:
Namhyeon Go 2018-08-25 01:44:00 +09:00 committed by GitHub
parent 7e4d2520f7
commit 4f17f3a132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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>";