@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Omnipay\Spreedly\Message\Concerns; |
4 | 4 | |
5 | -use Omnipay\Common\Exception\InvalidRequestException; |
|
5 | +use Omnipay\Common\Exception\InvalidRequestException; |
|
6 | 6 | use Omnipay\Spreedly\Arr; |
7 | 7 | |
8 | 8 | trait HasGateway |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Omnipay\Spreedly\Message\Concerns; |
4 | 4 | |
5 | -use Omnipay\Common\Exception\InvalidRequestException; |
|
5 | +use Omnipay\Common\Exception\InvalidRequestException; |
|
6 | 6 | use Omnipay\Spreedly\Arr; |
7 | 7 | |
8 | 8 | trait HasGatewaySpecificFields |
@@ -2,10 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Omnipay\Spreedly\Message\Concerns; |
4 | 4 | |
5 | -use Omnipay\Common\CreditCard; |
|
6 | -use Omnipay\Common\Exception\InvalidRequestException; |
|
7 | -use Omnipay\Spreedly\BankAccount; |
|
8 | - |
|
9 | 5 | trait HasPagination |
10 | 6 | { |
11 | 7 | public function getOrder() |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Omnipay\Spreedly\Message\Concerns; |
4 | 4 | |
5 | -use Omnipay\Common\CreditCard; |
|
6 | -use Omnipay\Common\Exception\InvalidRequestException; |
|
5 | +use Omnipay\Common\CreditCard; |
|
6 | +use Omnipay\Common\Exception\InvalidRequestException; |
|
7 | 7 | use Omnipay\Spreedly\BankAccount; |
8 | 8 | |
9 | 9 | trait HasPaymentMethodData |