Completed
Push — master ( 1a26ad...341936 )
by Florian
04:37
created
Helper/Api.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 namespace Payone\Core\Helper;
28 28
 
29
-use Payone\Core\Model\PayoneConfig;
30 29
 use Payone\Core\Model\Methods\PayoneMethod;
31 30
 use Magento\Sales\Model\Order as SalesOrder;
32 31
 
Please login to merge, or discard this patch.
Test/Unit/Model/Methods/BaseMethodTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,11 +28,10 @@
 block discarded – undo
28 28
 
29 29
 use Magento\Payment\Model\Method\AbstractMethod;
30 30
 use Magento\Sales\Model\Order;
31
-use Payone\Core\Model\Methods\Paydirekt as ClassToTest;
31
+use Payone\Core\Model\Methods\Paydirekt;
32 32
 use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
33 33
 use Payone\Core\Helper\Shop;
34 34
 use Magento\Framework\App\Config\ScopeConfigInterface;
35
-use Payone\Core\Model\Methods\Paydirekt;
36 35
 use Payone\Core\Model\PayoneConfig;
37 36
 use Magento\Payment\Model\Info;
38 37
 use Payone\Core\Model\Api\Request\Authorization;
Please login to merge, or discard this patch.
Model/Api/Request/Base.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,6 @@
 block discarded – undo
235 235
 
236 236
     /**
237 237
      * Send the previously prepared request, log request and response into the database and return the response
238
-
239 238
      * @return array
240 239
      */
241 240
     protected function send()
Please login to merge, or discard this patch.