diff --git a/Controller/Index/InitializePayment.php b/Controller/Index/InitializePayment.php index b505d52a4aa..69969ceb3ba 100644 --- a/Controller/Index/InitializePayment.php +++ b/Controller/Index/InitializePayment.php @@ -3,9 +3,9 @@ * This controller calls the initialization transaction if existing and necessary for the selected payment method. * * @license Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file. - * @copyright Copyright © 2016-present Heidelberger Payment GmbH. All rights reserved. - * @link https://dev.heidelpay.de/magento - * @author Simon Gabriel + * @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved. + * @link https://dev.heidelpay.de/magento2 + * @author David Owusu * * @package heidelpay * @subpackage magento2 diff --git a/Gateway/Config/HgwIDealPaymentConfig.php b/Gateway/Config/HgwIDealPaymentConfig.php index 535ea2e271b..bea0a70dc84 100644 --- a/Gateway/Config/HgwIDealPaymentConfig.php +++ b/Gateway/Config/HgwIDealPaymentConfig.php @@ -1,9 +1,15 @@ + * + * @package heidelpay/magento2 */ namespace Heidelpay\Gateway\Gateway\Config; diff --git a/Gateway/Config/HgwIDealPaymentConfigInterface.php b/Gateway/Config/HgwIDealPaymentConfigInterface.php index 97df32e77cb..189a2fccccd 100644 --- a/Gateway/Config/HgwIDealPaymentConfigInterface.php +++ b/Gateway/Config/HgwIDealPaymentConfigInterface.php @@ -1,9 +1,15 @@ + * + * @package heidelpay/magento2 */ namespace Heidelpay\Gateway\Gateway\Config; diff --git a/PaymentMethods/HeidelpayIDealPaymentMethod.php b/PaymentMethods/HeidelpayIDealPaymentMethod.php index a7dd3f4b84a..0aca305512a 100644 --- a/PaymentMethods/HeidelpayIDealPaymentMethod.php +++ b/PaymentMethods/HeidelpayIDealPaymentMethod.php @@ -1,10 +1,4 @@