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.
2 parents d822601 + 667029b commit 75b152fCopy full SHA for 75b152f
app/code/Magento/Downloadable/Block/Sales/Order/Email/Items/Downloadable.php
@@ -12,7 +12,7 @@
12
use Magento\Store\Model\ScopeInterface;
13
14
/**
15
- * Downlaodable Sales Order Email items renderer
+ * Downloadable Sales Order Email items renderer
16
*
17
* @api
18
* @since 100.0.2
@@ -81,6 +81,8 @@ public function getLinks()
81
}
82
83
84
+ * Returns links title
85
+ *
86
* @return null|string
87
*/
88
public function getLinksTitle()
@@ -92,6 +94,8 @@ public function getLinksTitle()
92
94
93
95
96
97
+ * Returns purchased link url
98
99
* @param Item $item
100
* @return string
101
0 commit comments