Skip to content

Commit 0e802c2

Browse files
pradeep.rauthanpradeep.rauthan
authored andcommitted
ACP2E-127: Asynchronous order emails from non-default websites has default website logo URL
1 parent bfbf55d commit 0e802c2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

app/code/Magento/Email/Model/Template/Filter.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,45 +61,33 @@ class Filter extends Template
6161
const TRANS_DIRECTIVE_REGEX = '/^\s*([\'"])([^\1]*?)(?<!\\\)\1(\s.*)?$/si';
6262

6363
/**
64-
* Use absolute links flag
65-
*
6664
* @var bool
6765
*/
6866
protected $_useAbsoluteLinks = false;
6967

7068
/**
71-
* Whether to allow SID in store directive: NO
72-
*
7369
* @var bool
7470
* @deprecated SID is not being used as query parameter anymore.
7571
*/
7672
protected $_useSessionInUrl = false;
7773

7874
/**
79-
* Modifier Callbacks
80-
*
8175
* @var array
8276
* @deprecated 101.0.4 Use the new Directive Processor interfaces
8377
*/
8478
protected $_modifiers = ['nl2br' => ''];
8579

8680
/**
87-
* Whether template being filtered is child of another template
88-
*
8981
* @var bool
9082
*/
9183
private $isChildTemplate = false;
9284

9385
/**
94-
* List of CSS files to inline
95-
*
9686
* @var []
9787
*/
9888
private $inlineCssFiles = [];
9989

10090
/**
101-
* Store id
102-
*
10391
* @var int
10492
*/
10593
protected $_storeId;
@@ -153,22 +141,16 @@ class Filter extends Template
153141
protected $_layoutFactory;
154142

155143
/**
156-
* Setup callbacks for filters
157-
*
158144
* @var ScopeConfigInterface
159145
*/
160146
protected $_scopeConfig;
161147

162148
/**
163-
* Layout directive params
164-
*
165149
* @var array
166150
*/
167151
protected $_directiveParams;
168152

169153
/**
170-
* App state
171-
*
172154
* @var State
173155
*/
174156
protected $_appState;

0 commit comments

Comments
 (0)