mirror of
https://github.com/kevachat/kevacoin-php.git
synced 2025-02-02 01:44:36 +00:00
fix kevaPending return value
This commit is contained in:
parent
34ffb54c5d
commit
49dd808e25
@ -364,9 +364,9 @@ class Client
|
|||||||
|
|
||||||
$response = $this->_execute();
|
$response = $this->_execute();
|
||||||
|
|
||||||
if (!empty($response) && is_array($response))
|
if (!empty($response['result']) && is_array($response['result']))
|
||||||
{
|
{
|
||||||
return $response;
|
return $response['result'];
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user