* bellozzo added
This commit is contained in:
parent
631aa12a59
commit
59d8a53ca4
@ -131,6 +131,10 @@ class KoinService
|
||||
return 'Kávé';
|
||||
}
|
||||
|
||||
if (false !== strpos($posInfo, "BELLOZZO")) {
|
||||
return 'Étel';
|
||||
}
|
||||
|
||||
if (false !== strpos($posInfo, "HAI NAM BISTRÓ")) {
|
||||
return 'Étel';
|
||||
}
|
||||
@ -259,6 +263,8 @@ class KoinService
|
||||
$tags[] = 'Spar';
|
||||
} elseif (false !== strpos($posInfo, "Cafe Frei")) {
|
||||
$tags[] = 'Cafe Frei';
|
||||
} elseif (false !== strpos($posInfo, "BELLOZZO")) {
|
||||
$tags[] = 'Bellozzo';
|
||||
} elseif (false !== strpos($posInfo, "HAI NAM BISTRÓ")) {
|
||||
$tags[] = 'Hai Nam Bistro';
|
||||
$tags[] = 'Vietnámi';
|
||||
|
||||
@ -7,7 +7,6 @@ namespace App\Service;
|
||||
use App\Entity\Sms;
|
||||
use App\Entity\User;
|
||||
use DateTime;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use Doctrine\ORM\EntityManager;
|
||||
use Doctrine\ORM\OptimisticLockException;
|
||||
use Doctrine\ORM\ORMException;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user