Short description
The /personal-informations endpoint can display informations at wrong places. This is caused by the program just assuming every case is in the correct order, which changes depending on the profile.
Expected Behavior
I'll just take the example with father. This is how the father should display :
{
"name": "Arthur",
"firstName": "Weasley",
"occupation": "Government Officer"
}
Actual Behavior
{
"name": "-",
"firstName": "City of London School",
"occupation": "FDS78DS5"
}
which is the "bac" informations.
Steps to Reproduce the Problem
- Get the token with
/token endpoint
- Get on
/personal-informations
- Maybe it will work for you, maybe not
Short description
The
/personal-informationsendpoint can display informations at wrong places. This is caused by the program just assuming every case is in the correct order, which changes depending on the profile.Expected Behavior
I'll just take the example with father. This is how the father should display :
{ "name": "Arthur", "firstName": "Weasley", "occupation": "Government Officer" }Actual Behavior
{ "name": "-", "firstName": "City of London School", "occupation": "FDS78DS5" }which is the "bac" informations.
Steps to Reproduce the Problem
/tokenendpoint/personal-informations