Merge branch 'ticket-bet'

This commit is contained in:
Samuel Tariku 2025-09-15 13:50:20 +03:00
commit 7336dcfb5d

View File

@ -229,7 +229,7 @@ func (s *Service) FetchAndStoreAllVirtualGames(ctx context.Context, req domain.P
for _, g := range popokGames {
unified := domain.UnifiedGame{
GameID: fmt.Sprintf("popok-%d", g.ID),
GameID: fmt.Sprintf("%d", g.ID),
ProviderID: "popok",
Provider: "PopOK",
Name: g.GameName,