Completed
Push — master ( 075950...974b7a )
by Vuong
02:25
created
src/momo/PaymentGateway.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -9,12 +9,9 @@
 block discarded – undo
9 9
 namespace yiiviet\payment\momo;
10 10
 
11 11
 use GatewayClients\DataInterface;
12
-
13 12
 use yii\httpclient\Client as HttpClient;
14
-
15 13
 use vxm\gatewayclients\RequestData;
16 14
 use vxm\gatewayclients\RequestEvent;
17
-
18 15
 use yiiviet\payment\BasePaymentGateway;
19 16
 
20 17
 /**
Please login to merge, or discard this patch.
src/momo/RequestData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace yiiviet\payment\momo;
9 9
 
10 10
 use yii\base\NotSupportedException;
11
-
12 11
 use vxm\gatewayclients\RequestData as BaseRequestData;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.