이니시스 결제 데모 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

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