Ejemplo n.º 1
0
 /**
  * Represents the "get_settings" action.
  *
  * @throws ShopgateLibraryException
  * @see http://wiki.shopgate.com/Shopgate_Plugin_API_get_settings
  */
 protected function getSettings()
 {
     $this->responseData = $this->plugin->getSettings();
     // set data and return response
     if (empty($this->response)) {
         $this->response = new ShopgatePluginApiResponseAppJson($this->trace_id);
     }
 }