Completed
Push — master ( 10b564...94d3ee )
by recca
03:03
created
src/Action/Api/BaseApiAwareAction.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace PayumTW\Allpay\Action\Api;
4 4
 
5 5
 use PayumTW\Allpay\Api;
6
-use Payum\Core\ApiAwareInterface;
7 6
 use Payum\Core\Action\ActionInterface;
7
+use Payum\Core\ApiAwareInterface;
8 8
 use Payum\Core\Exception\UnsupportedApiException;
9 9
 
10 10
 abstract class BaseApiAwareAction implements ActionInterface, ApiAwareInterface
Please login to merge, or discard this patch.
sdk/AllPay.Payment.Integration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -572,6 +572,9 @@
 block discarded – undo
572 572
 abstract class Aio
573 573
 {
574 574
 
575
+    /**
576
+     * @param string $ServiceURL
577
+     */
575 578
     protected static function ServerPost($parameters ,$ServiceURL) {
576 579
 		$ch = curl_init();
577 580
 
Please login to merge, or discard this patch.
src/Api.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace PayumTW\Allpay;
4 4
 
5
-use Exception;
6
-use Detection\MobileDetect;
7
-use Http\Message\MessageFactory;
8
-use Payum\Core\HttpClientInterface;
9 5
 use AllInOne;
6
+use Detection\MobileDetect;
10 7
 use DeviceType;
8
+use Exception;
9
+use Http\Message\MessageFactory;
11 10
 use InvoiceState;
11
+use Payum\Core\HttpClientInterface;
12 12
 
13 13
 class Api
14 14
 {
Please login to merge, or discard this patch.