Skip to content

Commit

Permalink
Update company url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Sep 19, 2024
1 parent 664c303 commit 7c09224
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/System/Config/Form/Field/MiscScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | [email protected]
* https://www.magepal.com | [email protected]
*/

namespace MagePal\CheckoutSuccessMiscScript\Block\Adminhtml\System\Config\Form\Field;
Expand Down
2 changes: 1 addition & 1 deletion Block/Checkout/Success.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | [email protected]
* https://www.magepal.com | [email protected]
*/

namespace MagePal\CheckoutSuccessMiscScript\Block\Checkout;
Expand Down
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | [email protected]
* https://www.magepal.com | [email protected]
*/

namespace MagePal\CheckoutSuccessMiscScript\Helper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | [email protected]
* https://www.magepal.com | [email protected]
*/

namespace MagePal\CheckoutSuccessMiscScript\Model\Config\Backend\Serialized;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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>
<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>

# Add Miscellaneous HTML and Scripts to Magento2 Checkout Success Page

Expand Down
4 changes: 2 additions & 2 deletions etc/acl.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<?xml version="1.0"?>
<!--
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | [email protected]
* https://www.magepal.com | [email protected]
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | [email protected]
* https://www.magepal.com | [email protected]
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
Expand Down
10 changes: 5 additions & 5 deletions view/adminhtml/templates/system/config/form/field/array.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | [email protected]
* https://www.magepal.com | [email protected]
*/

/**
Expand Down Expand Up @@ -33,8 +33,8 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
<tfoot>
<tr>
<td colspan="<?= count($block->getColumns())+$_colspan ?>" class="col-actions-add">
<button id="addToEndBtn<?= $block->escapeHtmlAttr($_htmlId) ?>"
class="action-add"
<button id="addToEndBtn<?= $block->escapeHtmlAttr($_htmlId) ?>"
class="action-add"
title="<?= $block->escapeHtmlAttr(__('Add')) ?>"
type="button">
<span><?= $block->escapeHtml($block->getAddButtonLabel()) ?></span>
Expand All @@ -45,8 +45,8 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
<tbody id="addRow<?= $block->escapeHtmlAttr($_htmlId) ?>"></tbody>
</table>
</div>
<input type="hidden"
name="<?= $block->escapeHtmlAttr($block->getElement()->getName()) ?>[__empty]"
<input type="hidden"
name="<?= $block->escapeHtmlAttr($block->getElement()->getName()) ?>[__empty]"
value="" />

<script>
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/layout/checkout_onepage_success.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Copyright © MagePal, LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | [email protected]
* https://www.magepal.com | [email protected]
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/templates/checkout/misc-script.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright © MagePal LLC. All rights reserved.
* See COPYING.txt for license details.
* http://www.magepal.com | [email protected]
* https://www.magepal.com | [email protected]
*/

/**
Expand Down

0 comments on commit 7c09224

Please sign in to comment.