p24Class = $p24Class; $this->merchantId = $merchantId; $this->posId = $posId; $this->salt = $salt; $this->testMode = $testMode; $this->soap = new SoapClient( $this->p24Class->getHost() . $this->wsdlService, array('trace' => true, 'exceptions' => true, 'cache_wsdl' => WSDL_CACHE_NONE) ); } } }