$this->getResponse()->setHeader('Content-type', 'application/json');
$this->getResponse()->setBody($jsonData);
http://www.kathirvel.com/magento-returning-json-for-ajax-and-api-calls-response-from-controller-action/
$this->getResponse()->setHeader('Content-type', 'application/json');
$this->getResponse()->setBody($jsonData);
No comments:
Post a Comment