You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2024. It is now read-only.
When I DELETE a user using the Admin API, and then subsequently GET that user using the public API with a header of payid+json, I should get a 404 - Not Found.
Actual Behavior
I get a 200 - OK, with a payload including the payId and an empty addresses array.
Context
When I inspect my local database, this PayID does not actually exist anymore after the DELETE operation, so there is probably a bug in our Public API and how we handle the payid+json header.
Steps to Reproduce
Spin up the PayID server
DELETE 127.0.0.1:8081/users/alice$127.0.0.1
GET http://127.0.0.1:8080/alice + Accept: application/payid+json