@@ -107,8 +107,8 @@ |
||
107 | 107 | */ |
108 | 108 | |
109 | 109 | public function DeleteBalanceNotification($id){ |
110 | - $response = json_decode($this->client->delete('balance_update/'.$id, ['query'=>$this->params])->getBody()->getContents(),true); |
|
111 | - return $response['deleted']; |
|
110 | + $response = json_decode($this->client->delete('balance_update/'.$id, ['query'=>$this->params])->getBody()->getContents(),true); |
|
111 | + return $response['deleted']; |
|
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |