diff --git a/shop/inicis/INIStdPayReturn.php b/shop/inicis/INIStdPayReturn.php index c3a3252a7..a80686f9f 100644 --- a/shop/inicis/INIStdPayReturn.php +++ b/shop/inicis/INIStdPayReturn.php @@ -30,7 +30,7 @@ try { $authUrl = $_REQUEST['authUrl']; // 승인요청 API url(수신 받은 값으로 설정, 임의 세팅 금지) - $netCancel = $_REQUEST['netCancel']; // 망취소 API url(수신 받은f값으로 설정, 임의 세팅 금지) + $netCancel = $_REQUEST['netCancelUrl']; // 망취소 API url(수신 받은f값으로 설정, 임의 세팅 금지) ///$mKey = $util->makeHash(signKey, "sha256"); // 가맹점 확인을 위한 signKey를 해시값으로 변경 (SHA-256방식 사용) $mKey = hash("sha256", $signKey); diff --git a/shop/settle_inicis.inc.php b/shop/settle_inicis.inc.php index 6e4b7c507..c3550bce1 100644 --- a/shop/settle_inicis.inc.php +++ b/shop/settle_inicis.inc.php @@ -15,7 +15,7 @@ if ($default['de_card_test']) { $default['de_inicis_sign_key'] = 'SU5JTElURV9UUklQTEVERVNfS0VZU1RS'; } - $stdpay_js_url = 'https://stgstdpay.inicis.com/stdjs/INIStdPay.js'; + $stdpay_js_url = 'https://stdpay.inicis.com/stdjs/INIStdPay.js'; } else { $default['de_inicis_mid'] = "SIR".$default['de_inicis_mid'];