d3sd1 / OnLoL-Riot-API

Riot api base for PHP. Updated constantly and almost without bugs!
2 stars 2 forks source link

Summoner v1.4 needs updated to v3 because of *new* variable accountId #13

Closed SeaRoth closed 7 years ago

SeaRoth commented 7 years ago

Description:

-Riot added a new variable accountId inside summonerByNames of SummonerV3 -This accountId is used to retrieve summoner information instead of id

Steps to reproduce:

  1. Log into Riot Development Portal
  2. Go to Summoner V1.4 && v3 respectively
  3. Type imaqtpie and view the results

- V1.4:

image

- V3:

image

  1. Attempt to type in imaqtpie's id into Matchv3 (19887289)
  2. Receive error
  3. Attempt to type in imaqtpie's accountId into Matchv3 (32639237)
  4. Receive desired result

Results from Matchv3:

  1. Result for 19887289: image

  2. Result for 32639237: image

Expected Results:

Extra Photo for accountId:

image

SeaRoth commented 7 years ago

Summoner has been updated to v3