@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Vindi; |
| 4 | 4 | |
| 5 | -use Psr\Http\Message\ResponseInterface; |
|
| 6 | 5 | use GuzzleHttp\Exception\ClientException; |
| 6 | +use Psr\Http\Message\ResponseInterface; |
|
| 7 | +use Vindi\Exceptions\RateLimitException; |
|
| 8 | +use Vindi\Exceptions\RequestException; |
|
| 7 | 9 | use Vindi\Exceptions\ValidationException; |
| 8 | 10 | use Vindi\Http\Client; |
| 9 | -use Vindi\Exceptions\RequestException; |
|
| 10 | -use Vindi\Exceptions\RateLimitException; |
|
| 11 | 11 | |
| 12 | 12 | class ApiRequester |
| 13 | 13 | { |
@@ -44,7 +44,6 @@ |
||
| 44 | 44 | * Make a POST request to charges/{id}/refund. |
| 45 | 45 | * |
| 46 | 46 | * @param int $id The resource's id. |
| 47 | - * @param array $form_params |
|
| 48 | 47 | * |
| 49 | 48 | * @return mixed |
| 50 | 49 | */ |