diff --git a/src/Socialbox/SocialClient.php b/src/Socialbox/SocialClient.php index c4b2ba0..0adeb54 100644 --- a/src/Socialbox/SocialClient.php +++ b/src/Socialbox/SocialClient.php @@ -1030,7 +1030,7 @@ { return $this->sendRequest( new RpcRequest(StandardMethods::SETTINGS_DELETE_SIGNATURE, parameters: [ - 'uuid' => $uuid + 'signature_uuid' => $uuid ]) )->getResponse()->getResult(); } @@ -1081,7 +1081,7 @@ { return new Signature($this->sendRequest( new RpcRequest(StandardMethods::SETTINGS_GET_SIGNATURE, parameters: [ - 'uuid' => $uuid + 'signature_uuid' => $uuid ]) )->getResponse()->getResult()); }