We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b4eb1c + 9155a42 commit b06b033Copy full SHA for b06b033
Block/Adminhtml/System/ListLicense.php
@@ -184,6 +184,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
184
$_product['purl'] = $xmlData->item_url;
185
$_product['item_title'] = $xmlData->item_title;
186
$_product['version'] = $xmlData->version;
187
+ $_product['key'] = ($xmlData->key)?$xmlData->key:'';
188
$extensions[] = $_product;
189
break;
190
}
0 commit comments