From a49577dfad0587b26ebcaad69f024a3649274013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Wed, 25 Jul 2018 11:31:04 +0200 Subject: [PATCH] * burgerking category fixed --- src/App/Service/KoinService.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App/Service/KoinService.php b/src/App/Service/KoinService.php index d0e06a6..c4a91f1 100644 --- a/src/App/Service/KoinService.php +++ b/src/App/Service/KoinService.php @@ -137,6 +137,10 @@ class KoinService return 'Bevásárlás'; } + if (false !== strpos($posInfo, "BURGER KING")) { + return 'Étel'; + } + if (false !== strpos($posInfo, "MCDHU")) { return 'Étel'; }