Skip to content

Commit 5687297

Browse files
author
mvdrijt
committed
Removed the SoapClient version check
1 parent 0f58af3 commit 5687297

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Artisaninweb/SoapWrapper/SoapWrapper.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ public function call($call, $data = [])
134134

135135
return $this->client($name, function ($client) use ($function, $data) {
136136
/** @var Client $client */
137-
if ($client->_soap_version == 1) {
138-
$data = [$data];
139-
}
140-
141137
return $client->SoapCall($function, $data);
142138
});
143139
}

0 commit comments

Comments
 (0)