We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f843c commit ae78cd5Copy full SHA for ae78cd5
Mplusqapiclient.php
@@ -206,9 +206,7 @@ public function initClient()
206
throw new MplusQAPIException('Fingerprint of SSL certificate doesn\'t match.');
207
}
208
209
- // $wsdl_url = 'https://api.mpluskassa.nl/MplusQapi-0.5.1.wsdl';
210
$wsdl_url = $location.'?wsdl';
211
- // $this->client = new SoapClient('http://192.168.0.217/github/mplus-software/mplus-api-wsdl/MplusQapi.wsdl', $options);
212
$this->client = new SoapClient($wsdl_url, $options);
213
214
if ( ! $this->skipApiVersionCheck) {
0 commit comments