* burgerking category fixed
This commit is contained in:
@@ -137,6 +137,10 @@ class KoinService
|
|||||||
return 'Bevásárlás';
|
return 'Bevásárlás';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (false !== strpos($posInfo, "BURGER KING")) {
|
||||||
|
return 'Étel';
|
||||||
|
}
|
||||||
|
|
||||||
if (false !== strpos($posInfo, "MCDHU")) {
|
if (false !== strpos($posInfo, "MCDHU")) {
|
||||||
return 'Étel';
|
return 'Étel';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user