diff --git a/mobile/shop/kcp/KCPComLibrary.php b/mobile/shop/kcp/KCPComLibrary.php index c1198de64..474246cee 100644 --- a/mobile/shop/kcp/KCPComLibrary.php +++ b/mobile/shop/kcp/KCPComLibrary.php @@ -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 ) {