loadByHostingId($this->getRequestValue('id')); return [ 'success' => true, 'redirectTo' => $productManager->getClientUrl() ]; }catch (\Exception $e) { return ['error' => $e->getMessage()]; } } }