KG이니시스 가상계좌 노티 전송 IP 추가
This commit is contained in:
@ -16,7 +16,7 @@ $INIpayLog = false; // 로그를 기록하려면 true 로 수
|
|||||||
|
|
||||||
$PG_IP = get_real_client_ip();
|
$PG_IP = get_real_client_ip();
|
||||||
|
|
||||||
if( $PG_IP == "203.238.37.3" || $PG_IP == "203.238.37.15" || $PG_IP == "203.238.37.16" || $PG_IP == "203.238.37.25" || $PG_IP == "39.115.212.9" ) //PG에서 보냈는지 IP로 체크
|
if( $PG_IP == "203.238.37.3" || $PG_IP == "203.238.37.15" || $PG_IP == "203.238.37.16" || $PG_IP == "203.238.37.25" || $PG_IP == "183.109.71.153" || $PG_IP == "39.115.212.9" ) //PG에서 보냈는지 IP로 체크
|
||||||
{
|
{
|
||||||
$msg_id = $msg_id; //메세지 타입
|
$msg_id = $msg_id; //메세지 타입
|
||||||
$no_tid = $no_tid; //거래번호
|
$no_tid = $no_tid; //거래번호
|
||||||
|
|||||||
Reference in New Issue
Block a user