Skip to content

Commit 200484d

Browse files
fix static
1 parent 2f2ceb6 commit 200484d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Downloadable/Block/Sales/Order/Email/Items/Downloadable.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ public function getLinks()
8181
}
8282

8383
/**
84+
* Returns links title
85+
*
8486
* @return null|string
8587
*/
8688
public function getLinksTitle()
@@ -92,6 +94,8 @@ public function getLinksTitle()
9294
}
9395

9496
/**
97+
* Returns purchased link url
98+
*
9599
* @param Item $item
96100
* @return string
97101
*/

0 commit comments

Comments
 (0)