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