이니시스 결제 데모 js url 수정

This commit is contained in:
thisgun
2017-07-20 14:56:57 +09:00
parent 4d4aba9983
commit d7a3d245be
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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'];