이니시스 결제모듈 JS 파일 로드 코드 수정

This commit is contained in:
chicpro
2016-05-13 16:17:23 +09:00
parent 74cedf570f
commit 7568ba39fd
2 changed files with 4 additions and 5 deletions

View File

@ -15,17 +15,17 @@ 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://stgstdpay.inicis.com/stdjs/INIStdPay.js';
}
else {
$default['de_inicis_mid'] = "SIR".$default['de_inicis_mid'];
if ($default['de_escrow_use'] == 1) {
// 에스크로결제 테스트
// 에스크로결제
$useescrow = ':useescrow';
}
else {
// 일반결제 테스트
// 일반결제
$useescrow = '';
}