* burgerking category fixed
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user