Completed
Pull Request — master (#84)
by
unknown
08:46
created
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.
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/Helper/RequestTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.