Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(backend): handle grant lookup more gracefully in remote inco…
…ming payment service (#2888) * feat(backend): add grantService.getOrCreate method * feat(backend): update grant lookup call * feat(backend): add deletedAt to grants table * feat(backend): add migrations for grants table * chore(backend): separating into functions * chore(backend): adding authServerService to list of services * test(backend): adding tests for getOrCreate and getExistingGrant functions * refactor(backend): let remote incoming payment use new grantService.getOrCreate function * feat(backend): getting incoming payment with retry * chore(backend): remove unused grant service functions * chore(backend): merge migrations * feat(backend): add subset actions if present * feat(backend): add subset actions if present * chore(backend): dont need some deps in receiver service * test(backend): adding tests for receiver service * test(backend): adding remote incoming payment service tests * chore(backend): dont throw when resolving receiver, return undefined * chore(backend): add some logging
- Loading branch information