Skip to content

Unused Riot API Request in wallet.php #3

@PrakiRikeki

Description

@PrakiRikeki

The following line of code appears in the wallet.php:115 file:

$json = json_decode(file_get_contents('prod.api.pvp.net/api/lol/euw/v1.1/game/by-summoner/20986461/recent?api_key=*key*'));

This line seems to make a request to the Riot Games API for summoner data in League of Legends using a hardcoded summoner ID and an undefined API key placeholder (*key*). However, this functionality is unrelated to the core purpose of this project, which is to create and manage Google Wallet Passes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions