3.0.x-and-above/upload/catalog/controller/extension/module/facebook_business.php [89:98]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function appStorePing() {
        $json = array();

        $this->load->model('extension/module/facebook_business');
        $json['version'] = $this->model_extension_module_facebook_business->getPluginVersion();
        $json['store_url'] = $this->url->link('extension/module/facebook_business', '', true);

        $this->response->addHeader('Content-Type: application/json');
        $this->response->setOutput(json_encode($json));
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



2.3.x-and-above/upload/catalog/controller/extension/module/facebook_business.php [88:97]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function appStorePing() {
        $json = array();

        $this->load->model('extension/module/facebook_business');
        $json['version'] = $this->model_extension_module_facebook_business->getPluginVersion();
        $json['store_url'] = $this->url->link('extension/module/facebook_business', '', true);

        $this->response->addHeader('Content-Type: application/json');
        $this->response->setOutput(json_encode($json));
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



