File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
Controller/Adminhtml/Edit Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
8
8
namespace MagePal \EditOrderEmail \Block \Adminhtml \Email ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
8
8
namespace MagePal \EditOrderEmail \Controller \Adminhtml \Edit ;
@@ -139,7 +139,7 @@ public function execute()
139
139
$ order ->addStatusHistoryComment ($ comment );
140
140
$ order ->setCustomerEmail ($ emailAddress );
141
141
$ this ->orderRepository ->save ($ order );
142
-
142
+
143
143
foreach ($ order ->getAddressesCollection () as $ address )
144
144
{
145
145
$ address ->setEmail ($ emailAddress )->save ();
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
namespace MagePal \EditOrderEmail \Helper ;
8
8
Original file line number Diff line number Diff line change 1
- <a href =" http ://www.magepal.com" ><img src =" https://image.ibb.co/dHBkYH/Magepal_logo.png " width =" 100 " align =" right " /></a >
1
+ <a href =" https ://www.magepal.com" ><img src =" https://image.ibb.co/dHBkYH/Magepal_logo.png " width =" 100 " align =" right " /></a >
2
2
3
3
## Magento2 - Edit Order Email Address
4
4
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" ?>
1
+ <?xml version =" 1.0" ?>
2
2
<!--
3
3
/**
4
4
* Copyright © MagePal LLC. All rights reserved.
5
5
* See COPYING.txt for license details.
6
- * http ://www.magepal.com | support@magepal.com
6
+ * https ://www.magepal.com | support@magepal.com
7
7
*/
8
8
-->
9
9
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Acl/etc/acl.xsd" >
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Copyright © MagePal LLC. All rights reserved.
5
5
* See COPYING.txt for license details.
6
- * http ://www.magepal.com | support@magepal.com
6
+ * https ://www.magepal.com | support@magepal.com
7
7
*/
8
8
-->
9
9
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:App/etc/routes.xsd" >
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Copyright © MagePal LLC. All rights reserved.
5
5
* See COPYING.txt for license details.
6
- * http ://www.magepal.com | support@magepal.com
6
+ * https ://www.magepal.com | support@magepal.com
7
7
*/
8
8
-->
9
9
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Config:etc/system_file.xsd" >
Original file line number Diff line number Diff line change 3
3
/**
4
4
* Copyright © MagePal LLC. All rights reserved.
5
5
* See COPYING.txt for license details.
6
- * http ://www.magepal.com | support@magepal.com
6
+ * https ://www.magepal.com | support@magepal.com
7
7
*/
8
8
-->
9
9
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Copyright © MagePal LLC. All rights reserved.
4
4
* See COPYING.txt for license details.
5
- * http ://www.magepal.com | support@magepal.com
5
+ * https ://www.magepal.com | support@magepal.com
6
6
*/
7
7
8
8
/** @var $block MagePal\EditOrderEmail\Block\Adminhtml\Email\Edit */
51
51
}
52
52
}
53
53
}
54
- </script>
54
+ </script>
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright © MagePal LLC. All rights reserved.
3
3
* See COPYING.txt for license details.
4
- * http ://www.magepal.com | support@magepal.com
4
+ * https ://www.magepal.com | support@magepal.com
5
5
*/
6
6
7
7
define ( [
@@ -103,4 +103,4 @@ define([
103
103
return false ;
104
104
} ) ;
105
105
}
106
- } ) ;
106
+ } ) ;
You can’t perform that action at this time.
0 commit comments