* burgerking category fixed

This commit is contained in:
Danyi Dávid 2018-07-25 11:31:04 +02:00
parent 12c98c0519
commit a49577dfad

View File

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