Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Add PayId source in search result screen #121

Closed
WietseWind opened this issue Apr 4, 2020 · 1 comment
Closed

[Improvement] Add PayId source in search result screen #121

WietseWind opened this issue Apr 4, 2020 · 1 comment
Assignees
Labels
App iOS/Android App

Comments

@WietseWind
Copy link
Member

WietseWind commented Apr 4, 2020

The search result screen gets an update with source;
#26

Add "PayId" source as well, eg.

{
  "input": "$wietse.com/quinn",
  "live": true,
  "cached": 1586043165,
  "explicitTests": {
    "emailAddress": false,
    "xrplAccount": false
  },
  "matches": [
    {
      "source": "payid",
      "network": null,
      "alias": "Wietse Wind",
      "account": "rBabyRPDAdHe5U84n7YV7iQuWhgic8vNq6",
      "tag": null,
      "description": "$wietse.com/quinn"
    }
  ]
}

(Linked to: #102 for implementing QR based PayId)

@WietseWind WietseWind added the App iOS/Android App label Apr 4, 2020
@WietseWind WietseWind added this to Backlog (or wait for another release) in XUMM 0.X, 1.X & 2.1 Apr 4, 2020
@WietseWind WietseWind moved this from Backlog (or wait for another release) to Selected for next release in XUMM 0.X, 1.X & 2.1 Apr 4, 2020
@WietseWind
Copy link
Member Author

WietseWind commented Apr 4, 2020

Already live at backend, manual entry returns result:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App iOS/Android App
Projects
XUMM 0.X, 1.X & 2.1
  
Released (0.4.X)
Development

No branches or pull requests

2 participants