Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
[feature](MAGE2-86) set correct header for new files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryouzanpaku committed Oct 1, 2018
1 parent e7327d4 commit c472c98
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Controller/Index/InitializePayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 10 additions & 4 deletions Gateway/Config/HgwIDealPaymentConfig.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: David.Owusu
* Date: 04.09.2018
* Time: 14:50
* Payment config representation for iDeal injected for HgwIDealPaymentConfigInterface.
*
* @license Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/
*
* @author David Owusu <[email protected]>
*
* @package heidelpay/magento2
*/

namespace Heidelpay\Gateway\Gateway\Config;
Expand Down
14 changes: 10 additions & 4 deletions Gateway/Config/HgwIDealPaymentConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: David.Owusu
* Date: 04.09.2018
* Time: 14:51
* Interface for payment config representation for iDeal.
*
* @license Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved.
*
* @link http://dev.heidelpay.com/
*
* @author David Owusu <[email protected]>
*
* @package heidelpay/magento2
*/

namespace Heidelpay\Gateway\Gateway\Config;
Expand Down
20 changes: 14 additions & 6 deletions PaymentMethods/HeidelpayIDealPaymentMethod.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: David.Owusu
* Date: 04.09.2018
* Time: 13:54
*/

namespace Heidelpay\Gateway\PaymentMethods;

Expand All @@ -14,6 +8,20 @@
use Heidelpay\Gateway\Model\ResourceModel\Transaction\CollectionFactory as HeidelpayTransactionCollectionFactory;
use Heidelpay\PhpPaymentApi\Response;

/**
* Heidelpay iDeal payment method
*
* This is the payment class for heidelpay iDeal
*
* @license Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* @copyright Copyright © 2016-present heidelpay GmbH. All rights reserved.
* @link http://dev.heidelpay.com/magento2
* @author David Owusu
*
* @package heidelpay
* @subpackage magento2
* @category magento2
*/
class HeidelpayIDealPaymentMethod extends HeidelpayAbstractPaymentMethod
{
const CODE = 'hgwidl';
Expand Down
6 changes: 6 additions & 0 deletions view/frontend/web/template/payment/heidelpay-ideal-form.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div class="payment-method" data-bind="css: {'_active': (getCode() == isChecked())}">
<div class="payment-method-title field choice">
<input type="radio"
Expand Down

0 comments on commit c472c98

Please sign in to comment.