From d0eadcb12e6eb961e4a8e6beacde88983b1516ea Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 17 Apr 2024 15:45:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=82=98=EC=9D=B4=EC=8A=A4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=20=EA=B4=80=EB=A6=AC=EC=9E=90=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EA=B2=B0=EC=A0=9C=20=EA=B2=BD=EA=B3=A0=EB=AC=B8=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=20=EB=B0=8F=20=EB=AA=A8=EB=B0=94=EC=9D=BC=EA=B2=B0?= =?UTF-8?q?=EC=A0=9C=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/admin.shop.lib.php | 2 ++ mobile/shop/orderform.sub.php | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/adm/shop_admin/admin.shop.lib.php b/adm/shop_admin/admin.shop.lib.php index 247cc282e..a6310b125 100644 --- a/adm/shop_admin/admin.shop.lib.php +++ b/adm/shop_admin/admin.shop.lib.php @@ -133,6 +133,8 @@ function pg_setting_check($is_print=false){ $pg_msg = 'LG유플러스'; } else if ( $default['de_pg_service'] === 'inicis' && $default['de_inicis_mid'] && $default['de_inicis_sign_key'] ){ $pg_msg = 'KG이니시스'; + } else if ( $default['de_pg_service'] === 'nicepay' && $default['de_nicepay_mid'] && $default['de_nicepay_key'] ){ + $pg_msg = 'NICEPAY'; } } diff --git a/mobile/shop/orderform.sub.php b/mobile/shop/orderform.sub.php index 308e44c32..4a42b6610 100644 --- a/mobile/shop/orderform.sub.php +++ b/mobile/shop/orderform.sub.php @@ -1548,7 +1548,12 @@ function pay_approval() return false; } + nicepayStart(f); + return false; + + + f.submit(); } return false;