Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(backend): add RemoteIncomingPaymentService * feat(backend, map): add createRemoteIncomingPayment to graphql schema * feat(backend): add resolver for CreateRemoteIncomingPayment mutation * chore(backend): use new Access types, update logging * chore(backend): prettier for test * chore(backend): update grantOptions.accessType * chore(backend, open-payments): export open payment mocks from library * 938/mk/create receiver (#998) * feat(backend): add create method for receiverService * chore(backend): createRemoteIncomingPayment mutation -> createReceiver mutation * chore(backend): update ReceiverService tests to use mocks when fetching remote incoming payments * chore(backend): use open-payments mocks * chore(backend): fix receiver tests * chore(backend): update receiver tests * chore(backend): couple more updated tests * chore(open-payments): fix uuid types * chore(backend): fix tests and types after merge * chore(backend): test fixing * feat(backend): allow creation of local incoming payment via receiverService.create * chore(backend): fix test name * chore(backend, map): make sure receiver & incomingPayment id are strings/urls * chore(backend): remove optional chaining * feat(backend): return errors when creating remote incoming payments or receivers * chore(backend): fix any ts warning * chore(backend): addressing feedback * chore(backend): addressing feedback * feat(backend): throw in static Receiver methods instead of returning undefined * chore(backend): remove unnecessary type assertion in tests * chore(backend): replace type assertions with asserts
- Loading branch information