diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php index 5c20dfc22..893c7bda6 100644 --- a/adm/shop_admin/configform.php +++ b/adm/shop_admin/configform.php @@ -1739,7 +1739,7 @@ $(function() { } }); - function hash_goto_scroll(hash=""){ + function hash_goto_scroll(hash){ var $elem = hash ? $("#"+hash) : $('#' + window.location.hash.replace('#', '')); if($elem.length) { @@ -1773,11 +1773,11 @@ $(function() { $(".kcp_info_fld").show(); $("#kcp_vbank_url").show(); - $(".de_pg_tab").on("click", "a", function(e){ + $(document).on("click", ".de_pg_tab a", function(e){ var pg = $(this).attr("data-value"), class_name = "tab-current"; - + $("#de_pg_service").val(pg); $(this).parent("li").addClass(class_name).siblings().removeClass(class_name); diff --git a/mobile/shop/settle_inicis.inc.php b/mobile/shop/settle_inicis.inc.php index 5b5389c28..b77f87151 100644 --- a/mobile/shop/settle_inicis.inc.php +++ b/mobile/shop/settle_inicis.inc.php @@ -52,6 +52,8 @@ $BANK_CODE = array( '71' => '우체국', '81' => '하나은행', '88' => '신한은행', + '89' => '케이뱅크', + '90' => '카카오뱅크', 'D1' => '동양종합금융증권', 'D2' => '현대증권', 'D3' => '미래에셋증권', diff --git a/shop/settle_inicis.inc.php b/shop/settle_inicis.inc.php index 3bbb711c4..e63a9ab4c 100644 --- a/shop/settle_inicis.inc.php +++ b/shop/settle_inicis.inc.php @@ -100,6 +100,8 @@ $BANK_CODE = array( '71' => '우체국', '81' => '하나은행', '88' => '신한은행', + '89' => '케이뱅크', + '90' => '카카오뱅크', 'D1' => '동양종합금융증권', 'D2' => '현대증권', 'D3' => '미래에셋증권',