Skip to content

Commit ae78cd5

Browse files
author
Mplus Software
committed
Removed obsolete comments.
1 parent f2f843c commit ae78cd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Mplusqapiclient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ public function initClient()
206206
throw new MplusQAPIException('Fingerprint of SSL certificate doesn\'t match.');
207207
}
208208

209-
// $wsdl_url = 'https://api.mpluskassa.nl/MplusQapi-0.5.1.wsdl';
210209
$wsdl_url = $location.'?wsdl';
211-
// $this->client = new SoapClient('http://192.168.0.217/github/mplus-software/mplus-api-wsdl/MplusQapi.wsdl', $options);
212210
$this->client = new SoapClient($wsdl_url, $options);
213211

214212
if ( ! $this->skipApiVersionCheck) {

0 commit comments

Comments
 (0)