From 5b1fd9c1ad6648f8dbf76edf1d321c0940ea1dca Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 17 Oct 2018 18:13:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=8B=88=EC=8B=9C=EC=8A=A4=20?= =?UTF-8?q?=EC=9B=B9=ED=91=9C=EC=A4=80=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EA=B2=B0=EC=A0=9C=20URL=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/settle_inicis.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shop/settle_inicis.inc.php b/shop/settle_inicis.inc.php index 6311ab9be..d67a01877 100644 --- a/shop/settle_inicis.inc.php +++ b/shop/settle_inicis.inc.php @@ -15,7 +15,8 @@ if ($default['de_card_test']) { $default['de_inicis_sign_key'] = 'SU5JTElURV9UUklQTEVERVNfS0VZU1RS'; } - $stdpay_js_url = 'https://stdpay.inicis.com/stdjs/INIStdPay.js'; + // 테스트 결제 URL + $stdpay_js_url = 'https://stgstdpay.inicis.com/stdjs/INIStdPay.js'; } else { if( !defined('G5_MOBILE_INICIS_SETTLE') ){ @@ -30,7 +31,8 @@ else { // 일반결제 $useescrow = ''; } - + + // 실 결제 URL $stdpay_js_url = 'https://stdpay.inicis.com/stdjs/INIStdPay.js'; }