@@ -121,8 +121,8 @@ |
||
121 | 121 | */ |
122 | 122 | |
123 | 123 | public function DeleteBalanceNotification($id){ |
124 | - $response = $this->call('DELETE','balance_update/'.$id, $this->params); |
|
125 | - return $response['deleted']; |
|
124 | + $response = $this->call('DELETE','balance_update/'.$id, $this->params); |
|
125 | + return $response['deleted']; |
|
126 | 126 | } |
127 | 127 | |
128 | 128 | /** |