Completed
Pull Request — master (#1)
by Dmitry
03:17
created
src/merchants/epayservice/EPayServiceMerchant.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,15 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace hiqdev\php\merchant\merchants\epayservice;
4 4
 
5
-use hiqdev\php\merchant\credentials\CredentialsInterface;
6
-use hiqdev\php\merchant\factories\GatewayFactoryInterface;
7 5
 use hiqdev\php\merchant\InvoiceInterface;
8 6
 use hiqdev\php\merchant\merchants\AbstractMerchant;
9
-use hiqdev\php\merchant\merchants\MerchantInterface;
10 7
 use hiqdev\php\merchant\response\CompletePurchaseResponse;
11 8
 use hiqdev\php\merchant\response\RedirectPurchaseResponse;
12
-use Money\MoneyFormatter;
13
-use Money\MoneyParser;
14 9
 use Omnipay\Common\GatewayInterface;
15 10
 
16 11
 /**
Please login to merge, or discard this patch.
src/merchants/interkassa/InterKassaMerchant.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -2,18 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace hiqdev\php\merchant\merchants\interkassa;
4 4
 
5
-use hiqdev\php\merchant\credentials\CredentialsInterface;
6
-use hiqdev\php\merchant\factories\GatewayFactoryInterface;
7 5
 use hiqdev\php\merchant\InvoiceInterface;
8 6
 use hiqdev\php\merchant\merchants\AbstractMerchant;
9
-use hiqdev\php\merchant\merchants\MerchantInterface;
10 7
 use hiqdev\php\merchant\response\CompletePurchaseResponse;
11 8
 use hiqdev\php\merchant\response\RedirectPurchaseResponse;
12
-use Money\Currency;
13
-use Money\Money;
14
-use Money\MoneyFormatter;
15
-use Money\MoneyParser;
16
-use Omnipay\Common\AbstractGateway;
17 9
 use Omnipay\WebMoney\Gateway;
18 10
 
19 11
 /**
Please login to merge, or discard this patch.
src/merchants/okpay/OkpayMerchant.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,15 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace hiqdev\php\merchant\merchants\okpay;
4 4
 
5
-use hiqdev\php\merchant\credentials\CredentialsInterface;
6
-use hiqdev\php\merchant\factories\GatewayFactoryInterface;
7 5
 use hiqdev\php\merchant\InvoiceInterface;
8 6
 use hiqdev\php\merchant\merchants\AbstractMerchant;
9
-use hiqdev\php\merchant\merchants\MerchantInterface;
10 7
 use hiqdev\php\merchant\response\CompletePurchaseResponse;
11 8
 use hiqdev\php\merchant\response\RedirectPurchaseResponse;
12
-use Money\MoneyFormatter;
13
-use Money\MoneyParser;
14 9
 
15 10
 /**
16 11
  * Class OkpayMerchant
Please login to merge, or discard this patch.
src/merchants/paxum/PaxumMerchant.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -2,17 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace hiqdev\php\merchant\merchants\paxum;
4 4
 
5
-use hiqdev\php\merchant\credentials\CredentialsInterface;
6
-use hiqdev\php\merchant\factories\GatewayFactoryInterface;
7 5
 use hiqdev\php\merchant\InvoiceInterface;
8 6
 use hiqdev\php\merchant\merchants\AbstractMerchant;
9
-use hiqdev\php\merchant\merchants\MerchantInterface;
10 7
 use hiqdev\php\merchant\response\CompletePurchaseResponse;
11 8
 use hiqdev\php\merchant\response\RedirectPurchaseResponse;
12
-use Money\Currency;
13
-use Money\Money;
14
-use Money\MoneyFormatter;
15
-use Money\MoneyParser;
16 9
 use Omnipay\WebMoney\Gateway;
17 10
 
18 11
 /**
Please login to merge, or discard this patch.
src/merchants/paypal/PayPalExpressMerchant.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -2,17 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace hiqdev\php\merchant\merchants\paypal;
4 4
 
5
-use hiqdev\php\merchant\credentials\CredentialsInterface;
6
-use hiqdev\php\merchant\factories\GatewayFactoryInterface;
7 5
 use hiqdev\php\merchant\InvoiceInterface;
8 6
 use hiqdev\php\merchant\merchants\AbstractMerchant;
9
-use hiqdev\php\merchant\merchants\MerchantInterface;
10 7
 use hiqdev\php\merchant\response\CompletePurchaseResponse;
11 8
 use hiqdev\php\merchant\response\RedirectPurchaseResponse;
12
-use Money\Currency;
13
-use Money\Money;
14
-use Money\MoneyFormatter;
15
-use Money\MoneyParser;
16 9
 use Omnipay\PayPal\Gateway;
17 10
 
18 11
 /**
Please login to merge, or discard this patch.