Skip to content

Commit 152f2c3

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-39372: Build stabilization
- Integration Integrity
1 parent b2792b0 commit 152f2c3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

app/code/Magento/Checkout/Model/PaymentInformationManagement.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: ilagno
5-
* Date: 12.06.2015
6-
* Time: 11:44
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
75
*/
86

97
namespace Magento\Checkout\Model;

app/code/Magento/Checkout/view/frontend/web/template/payment-methods/list.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
/**
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
-->
17
<div class="items payment-methods">
28
<!-- ko foreach: { data: getRegion('payment-method-items'), as: 'element'} -->
39
<!-- ko template: element.getTemplate() --><!-- /ko -->

0 commit comments

Comments
 (0)