diff --git a/src/App/Service/SZEPManagerService.php b/src/App/Service/SZEPManagerService.php index 608d447..8062503 100644 --- a/src/App/Service/SZEPManagerService.php +++ b/src/App/Service/SZEPManagerService.php @@ -29,9 +29,11 @@ class SZEPManagerService const POCKET_FOOD = 'Vendéglátás'; const POCKET_SPORT = 'Szabadidő'; + const POCKET_LODGING = 'Szálláshely'; - const TAG_POCKET_FOOD = 'SZÉP kártya'; + const TAG_POCKET_FOOD = 'SZÉP kártya - étel'; const TAG_POCKET_SPORT = 'SZÉP kártya - szabadidő'; + const TAG_POCKET_LODGING = 'SZÉP kártya - szállás'; const AES_KEY = [ 11, 67, -99,-119,-110, -76, 76, -86, @@ -219,8 +221,9 @@ class SZEPManagerService } switch ($SZEPCardEntry->getPocket()) { - case self::POCKET_FOOD: $tags[] = self::TAG_POCKET_FOOD; break; - case self::POCKET_SPORT: $tags[] = self::TAG_POCKET_SPORT; break; + case self::POCKET_FOOD: $tags[] = self::TAG_POCKET_FOOD; break; + case self::POCKET_SPORT: $tags[] = self::TAG_POCKET_SPORT; break; + case self::POCKET_LODGING: $tags[] = self::TAG_POCKET_LODGING; break; } $tags[] = 'Auto';