Skip to content
Snippets Groups Projects
Commit 74521414 authored by fazelginanda's avatar fazelginanda
Browse files

fix: change SOAP client method parameter

parent ba82d875
Branches
Tags
No related merge requests found
......@@ -38,8 +38,7 @@ class SocmedSoapClient
{
$res = $this->client->call("requestUnlocking", array(
'arg0' => $socmed_id,
'arg1' => null,
'arg2' => $link_code,
'arg1' => $link_code,
));
return $res;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment