KCP 모바일 결제중 Deprecated 메시지로 결제가 안되는 오류 수정

This commit is contained in:
thisgun
2024-01-02 09:59:06 +09:00
parent 72d03f305c
commit 1ff5df8215

View File

@ -99,7 +99,7 @@ class PayService extends SoapClient
var $resMsg;
public function PayService( $wsdl = "", $options = array() )
public function __construct( $wsdl = "", $options = array() )
{
foreach( self::$classmap as $key => $value )
{