Current Path : /var/test/www/alh/admin/controller/extension/openbay/ |
Current File : /var/test/www/alh/admin/controller/extension/openbay/etsy_shipping.php |
<?php class ControllerExtensionOpenbayEtsyShipping extends Controller { public function getAll() { $response = $this->openbay->etsy->call('v1/etsy/product/shipping/getAllTemplates/', 'GET'); $this->response->addHeader('Content-Type: application/json'); return $this->response->setOutput(json_encode($response)); } }