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 492acab commit 9fc4c15Copy full SHA for 9fc4c15
app/code/Magento/Sales/Model/Order/Email/SenderBuilder.php
@@ -95,6 +95,7 @@ public function sendCopyTo()
95
*/
96
protected function configureEmailTemplate()
97
{
98
+ $this->transportBuilder->setScopeId($this->identityContainer->getStore()->getStoreId());
99
$this->transportBuilder->setTemplateIdentifier($this->templateContainer->getTemplateId());
100
$this->transportBuilder->setTemplateOptions($this->templateContainer->getTemplateOptions());
101
$this->transportBuilder->setTemplateVars($this->templateContainer->getTemplateVars());
0 commit comments