We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2792b0 commit 152f2c3Copy full SHA for 152f2c3
app/code/Magento/Checkout/Model/PaymentInformationManagement.php
@@ -1,9 +1,7 @@
1
<?php
2
/**
3
- * Created by PhpStorm.
4
- * User: ilagno
5
- * Date: 12.06.2015
6
- * Time: 11:44
+ * Copyright © 2015 Magento. All rights reserved.
+ * See COPYING.txt for license details.
7
*/
8
9
namespace Magento\Checkout\Model;
app/code/Magento/Checkout/view/frontend/web/template/payment-methods/list.html
@@ -1,3 +1,9 @@
+<!--
+/**
+ */
+ -->
<div class="items payment-methods">
<!-- ko foreach: { data: getRegion('payment-method-items'), as: 'element'} -->
<!-- ko template: element.getTemplate() --><!-- /ko -->
0 commit comments