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'; }