Esempio n. 1
0
 /**
  * Represents the "debug" action.
  *
  * @see http://wiki.shopgate.com/Shopgate_Plugin_API_ping
  */
 protected function getDebugInfo()
 {
     // prepare response data array
     $this->responseData = $this->plugin->getDebugInfo();
     // set data and return response
     if (empty($this->response)) {
         $this->response = new ShopgatePluginApiResponseAppJson($this->trace_id);
     }
 }