@@ -3,14 +3,13 @@ |
||
3 | 3 | namespace Luigel\Paymongo\Traits; |
4 | 4 | |
5 | 5 | use GuzzleHttp\Client; |
6 | -use Luigel\Paymongo\Models\Webhook; |
|
7 | -use Illuminate\Database\Eloquent\Model; |
|
8 | 6 | use GuzzleHttp\Exception\ClientException; |
9 | -use Luigel\Paymongo\Models\PaymentIntent; |
|
10 | -use Luigel\Paymongo\Models\PaymentSource; |
|
11 | -use Luigel\Paymongo\Exceptions\NotFoundException; |
|
7 | +use Illuminate\Database\Eloquent\Model; |
|
12 | 8 | use Luigel\Paymongo\Exceptions\BadRequestException; |
9 | +use Luigel\Paymongo\Exceptions\NotFoundException; |
|
13 | 10 | use Luigel\Paymongo\Exceptions\PaymentErrorException; |
11 | +use Luigel\Paymongo\Models\PaymentIntent; |
|
12 | +use Luigel\Paymongo\Models\Webhook; |
|
14 | 13 | |
15 | 14 | trait Request |
16 | 15 | { |