@@ -26,8 +26,6 @@ |
||
26 | 26 | |
27 | 27 | namespace Payone\Core\Model\Api\Payolution; |
28 | 28 | |
29 | -use Locale; |
|
30 | - |
|
31 | 29 | /** |
32 | 30 | * Class for requesting the privacy declaration from payolution |
33 | 31 | */ |
@@ -28,7 +28,6 @@ |
||
28 | 28 | |
29 | 29 | use Payone\Core\Model\PayoneConfig; |
30 | 30 | use Magento\Sales\Model\Order; |
31 | -use Magento\Payment\Model\InfoInterface; |
|
32 | 31 | use Magento\Framework\Exception\LocalizedException; |
33 | 32 | use Payone\Core\Model\Methods\PayoneMethod; |
34 | 33 | use Magento\Framework\DataObject; |
@@ -36,7 +36,6 @@ |
||
36 | 36 | use Payone\Core\Helper\Environment; |
37 | 37 | use Payone\Core\Helper\Shop; |
38 | 38 | use Payone\Core\Model\PayoneConfig; |
39 | -use Locale; |
|
40 | 39 | |
41 | 40 | class RequestTest extends \PHPUnit_Framework_TestCase |
42 | 41 | { |