-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
Description
magento_extension/src/app/code/community/Zendesk/Zendesk/controllers/ApiController.php
Lines 23 to 28 in 047a2c8
// TODO!!!!!!!: read version from config.xml | |
// $configSettings = Mage::getSingleton('Zendesk_Zendesk/config'); | |
// Mage::log(json_encode($configSettings), null, 'zendesk.log'); | |
$this->getResponse()->setHeader('X-Extension-Version', '3.0.0'); | |
return $this; | |
} |