카카오페이 (KG 이니시스) 결제모듈 수정

This commit is contained in:
thisgun
2020-07-01 11:29:15 +09:00
parent b893b9f236
commit f2516c586e
25 changed files with 1112 additions and 1345 deletions

View File

@ -1,10 +1,3 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<!-- TODO : LayerPopup의 Target DIV 생성 -->
<script>
$(function() {
$("body").append('<div id="kakaopay_layer" style="display: none"></div>');
});
</script>
?>