* deployer fix
* "digi" added
This commit is contained in:
@@ -136,6 +136,10 @@ class KoinService
|
||||
return 'Szórakozás';
|
||||
}
|
||||
|
||||
if (false !== strpos($posInfo, "DIGI ")) {
|
||||
return 'Közművek';
|
||||
}
|
||||
|
||||
if (false !== strpos($posInfo, "Aqua Electromax")) {
|
||||
return 'Szórakozás';
|
||||
}
|
||||
@@ -206,6 +210,10 @@ class KoinService
|
||||
$tags[] = 'Google play';
|
||||
}
|
||||
|
||||
if (false !== strpos($posInfo, "DIGI ")) {
|
||||
$tags[] = 'Digi';
|
||||
}
|
||||
|
||||
if (false !== strpos($posInfo, "Aqua Electromax")) {
|
||||
$tags[] = 'Aqua';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user