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 3e3f35e commit 492acabCopy full SHA for 492acab
app/code/Magento/Wishlist/Controller/Index/Send.php
@@ -185,8 +185,9 @@ public function execute()
185
$sharingCode = $wishlist->getSharingCode();
186
187
try {
188
+ $storeId = $this->storeManager->getStore()->getStoreId();
189
+
190
foreach ($emails as $email) {
- $storeId = $this->storeManager->getStore()->getStoreId();
191
$transport = $this->_transportBuilder->setTemplateIdentifier(
192
$this->scopeConfig->getValue(
193
'wishlist/email/email_template',
0 commit comments