From c05715e905cb58e12a215aa8b8f81e474db259fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Wed, 29 Jan 2020 20:44:47 +0100 Subject: [PATCH] * get allowed * deploy php version fixed --- deploy.php | 2 +- src/App/Action/SZEPBalanceAction.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.php b/deploy.php index 082e431..397edf1 100644 --- a/deploy.php +++ b/deploy.php @@ -23,7 +23,7 @@ host('alfheim.ragnarok.yvan.hu') ->stage('production') ->user('yvan') ->forwardAgent() - ->set('php_service_name', 'php7.2-fpm') + ->set('php_service_name', 'php7.3-fpm') ->set('deploy_path', '/mnt/apps/sms-store/api'); desc('Restart PHP-FPM service'); diff --git a/src/App/Action/SZEPBalanceAction.php b/src/App/Action/SZEPBalanceAction.php index 398331b..15177f1 100644 --- a/src/App/Action/SZEPBalanceAction.php +++ b/src/App/Action/SZEPBalanceAction.php @@ -24,7 +24,7 @@ class SZEPBalanceAction extends AbstractAction * @return ResponseInterface * @throws Exception */ - public function create(ServerRequestInterface $request): ResponseInterface + public function getList(ServerRequestInterface $request): ResponseInterface { return new JsonCorsResponse($this->SZEPManagerService->pollBalance()); }