rafiki
rafiki copied to clipboard
feat(backend): use payment pointers as clients
Changes proposed in this pull request
-
clientsservice removed - ~~
clientsservice methods moved topaymentPointerservice.~~ -
paymentPointerKeyservice created. - ~~
clientKeys~~paymentPointerKeyupdated to work with payment pointers. - graphql schema updated.
clientrelated queries removed.
Context
- fixes #680
- related to https://github.com/interledger/open-payments/pull/190
Checklist
- [x] Related issues linked using
fixes #number - [x] Tests added/updated
- [x] Documentation added
- [x] Make sure that all checks pass
FYI, I merged this PR with the other one.
- https://github.com/interledger/rafiki/pull/678