Completed
Pull Request — master (#55)
by Florian
06:02
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.