Skip to content

Commit 1677e3d

Browse files
pradeep.rauthanpradeep.rauthan
authored andcommitted
ACP2E-127:Asynchronous order emails from non-default websites has default website logo URL - New Plugin introduce
1 parent de871b6 commit 1677e3d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/code/Magento/Email/Model/Plugin/GetUrl.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
class GetUrl
99
{
1010
/**
11-
* A unique store parameter need to pass in \Magento\Email\Model\AbstractTemplate `getUrl` function
12-
* for separating links in email content for sales order email confirmation.
11+
* A unique store parameter need to pass in \Magento\Email\Model\AbstractTemplate `getUrl` function for separating
12+
* links in email content for sales order email confirmation.
1313
*
1414
* @param \Magento\Email\Model\AbstractTemplate $subject
1515
* @param \Magento\Store\Model\Store $store
16-
* @param string $scope
16+
* @param string $route
17+
* @param array $params
1718
* @return array
1819
*/
1920
public function beforeGetUrl(

0 commit comments

Comments
 (0)