Skip to content

Commit

Permalink
Move payments source model (#52)
Browse files Browse the repository at this point in the history
* Move Source model Payment methods to Base module

* Update year in copyrights
  • Loading branch information
Mavlyan authored Mar 2, 2020
1 parent 37e393d commit a0250cd
Show file tree
Hide file tree
Showing 81 changed files with 81 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$header = <<<EOF
@author Mygento Team
@copyright 2017-2019 Mygento (https://www.mygento.ru)
@copyright 2017-2020 Mygento (https://www.mygento.ru)
@package Mygento_Kkm
EOF;

Expand Down
2 changes: 1 addition & 1 deletion Api/Data/ItemInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/Data/PaymentInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/Data/RequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/Data/ResponseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/Data/TransactionAttemptInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/Data/TransactionAttemptSearchResultsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/Data/UpdateRequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/Data/UserPropInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/ProcessorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/Queue/MergedRequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/Queue/MergedUpdateRequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Api/TransactionAttemptRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Form/Field/JurTypeValues.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/Form/Field/Renderer/JurType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Block/Adminhtml/System/Config/GetLogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Console/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Console/SendRefund.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Console/SendSell.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Console/UpdateStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Cheque/CheckStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Cheque/Resend.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Logs/Clear.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Logs/Download.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Controller/Frontend/Callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Crontab/ProceedScheduledAttempt.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Crontab/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Crontab/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Exception/CreateDocumentFailedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Exception/VendorBadServerAnswerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Exception/VendorNonFatalErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Helper/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Helper/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Helper/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Helper/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Helper/TransactionAttempt.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Atol/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Atol/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Atol/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Atol/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Atol/RequestFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Atol/RequestForVersion3.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
2 changes: 1 addition & 1 deletion Model/Atol/RequestForVersion4.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @author Mygento Team
* @copyright 2017-2019 Mygento (https://www.mygento.ru)
* @copyright 2017-2020 Mygento (https://www.mygento.ru)
* @package Mygento_Kkm
*/

Expand Down
Loading

0 comments on commit a0250cd

Please sign in to comment.