토스페이먼츠 (구)lg XPay 도메인 지원종료에 따른 결제도메인 수정

This commit is contained in:
thisgun
2024-09-03 17:17:55 +09:00
parent c4c1e50f68
commit 532bf6f0f4
6 changed files with 10 additions and 10 deletions

View File

@ -510,10 +510,10 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
if ($od['od_settle_case'] != '무통장') {
switch($od['od_pg']) {
case 'lg':
$pg_url = 'http://pgweb.uplus.co.kr';
$pg_url = 'http://pgweb.tosspayments.com';
$pg_test = '토스페이먼츠';
if ($default['de_card_test']) {
$pg_url = 'http://pgweb.uplus.co.kr/tmert';
$pg_url = 'http://pgweb.tosspayments.com/tmert';
$pg_test .= ' 테스트 ';
}
break;