Skip to content

Commit 7c09224

Browse files
committed
Update company url to https
1 parent 664c303 commit 7c09224

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

Block/Adminhtml/System/Config/Form/Field/MiscScript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\CheckoutSuccessMiscScript\Block\Adminhtml\System\Config\Form\Field;

Block/Checkout/Success.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\CheckoutSuccessMiscScript\Block\Checkout;

Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\CheckoutSuccessMiscScript\Helper;

Model/Config/Backend/Serialized/MiscScriptArraySerialized.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
namespace MagePal\CheckoutSuccessMiscScript\Model\Config\Backend\Serialized;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="http://www.magepal.com" title="Magento Extension Store" ><img src="https://image.ibb.co/dHBkYH/Magepal_logo.png" width="100" align="right" alt="Magento App Store" /></a>
1+
<a href="https://www.magepal.com" title="Magento Extension Store" ><img src="https://image.ibb.co/dHBkYH/Magepal_logo.png" width="100" align="right" alt="Magento App Store" /></a>
22

33
# Add Miscellaneous HTML and Scripts to Magento2 Checkout Success Page
44

etc/acl.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?xml version="1.0" ?>
1+
<?xml version="1.0"?>
22
<!--
33
/**
44
* Copyright © MagePal LLC. All rights reserved.
55
* See COPYING.txt for license details.
6-
* http://www.magepal.com | support@magepal.com
6+
* https://www.magepal.com | support@magepal.com
77
*/
88
-->
99
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">

etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Copyright © MagePal LLC. All rights reserved.
55
* See COPYING.txt for license details.
6-
* http://www.magepal.com | support@magepal.com
6+
* https://www.magepal.com | support@magepal.com
77
*/
88
-->
99
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">

view/adminhtml/templates/system/config/form/field/array.phtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
/**
@@ -33,8 +33,8 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
3333
<tfoot>
3434
<tr>
3535
<td colspan="<?= count($block->getColumns())+$_colspan ?>" class="col-actions-add">
36-
<button id="addToEndBtn<?= $block->escapeHtmlAttr($_htmlId) ?>"
37-
class="action-add"
36+
<button id="addToEndBtn<?= $block->escapeHtmlAttr($_htmlId) ?>"
37+
class="action-add"
3838
title="<?= $block->escapeHtmlAttr(__('Add')) ?>"
3939
type="button">
4040
<span><?= $block->escapeHtml($block->getAddButtonLabel()) ?></span>
@@ -45,8 +45,8 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
4545
<tbody id="addRow<?= $block->escapeHtmlAttr($_htmlId) ?>"></tbody>
4646
</table>
4747
</div>
48-
<input type="hidden"
49-
name="<?= $block->escapeHtmlAttr($block->getElement()->getName()) ?>[__empty]"
48+
<input type="hidden"
49+
name="<?= $block->escapeHtmlAttr($block->getElement()->getName()) ?>[__empty]"
5050
value="" />
5151

5252
<script>

view/frontend/layout/checkout_onepage_success.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Copyright © MagePal, LLC. All rights reserved.
55
* See COPYING.txt for license details.
6-
* http://www.magepal.com | support@magepal.com
6+
* https://www.magepal.com | support@magepal.com
77
*/
88
-->
99
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">

view/frontend/templates/checkout/misc-script.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright © MagePal LLC. All rights reserved.
44
* See COPYING.txt for license details.
5-
* http://www.magepal.com | support@magepal.com
5+
* https://www.magepal.com | support@magepal.com
66
*/
77

88
/**

0 commit comments

Comments
 (0)