@@ -103,8 +103,8 @@ |
||
| 103 | 103 | */ |
| 104 | 104 | |
| 105 | 105 | public function DeleteBalanceNotification($id){ |
| 106 | - $response = json_decode($this->client->delete('balance_update/'.$id, ['query'=>$this->params]),true); |
|
| 107 | - return $response['deleted']; |
|
| 106 | + $response = json_decode($this->client->delete('balance_update/'.$id, ['query'=>$this->params]),true); |
|
| 107 | + return $response['deleted']; |
|
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | /** |