11 lines
227 B
PHP
11 lines
227 B
PHP
<?
|
|
//승인 도중 유저가 취소했을 경우 보여줄 페이지입니다. (결제를 취소하셨습니다)
|
|
?>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
|
|
</head>
|
|
<body>
|
|
결제 도중 취소 하셨습니다.
|
|
</body>
|
|
</html>
|