Commit f0c171e
feat(backend): publish webhooks to POS service if applicable (#3596)
* feat: created the backbone for the card service (#3508)
* Created the backbone for the card service
* Format fix
* feat: add card service to docker compose
---------
Co-authored-by: Nathan Lie <lie4nathan@gmail.com>
* feat: Integrate Redis client in Card Service for (requestId, posServiceHost) mapping (#3524)
* Integrate Redis client in Card Service for (requestId, posServiceHost) mapping
* remove unused dep
* prettier fix
* Separate logging params from the message itself
* ttl
* prettier fix
* Rewrite redis service tests to use testcontainers instead of mocks
---------
Co-authored-by: Antoniu Neacsu <kantoniu98@gmail.com>
* feat(point-of-sale): added route for registering a POS device (#3555)
* Route for registering a POS device
* Fixed issue addressed in comments, tried to fix the port issue of jest
* Changed test container port to 0, format fix
* feat(backend): publish webhooks to POS service if applicable
* feat: add column to incoming payment
* fix: tests
* feat: add warn log
* fix: better logger requirements for finalizing webhook recipients
* fix: make open payments default reason for incoming payment initialization
* fix: improve optional env var function
* fix: warn log, better optional env, backfill migration, tests
* fix: rebase bugs
* chore: regenerate lockfile
* chore: regenerate gql
* fix: tests
* fix: remove metadata; better tests
* fix: build errors
* fix: tests, add type file
---------
Co-authored-by: oana-lolea <oana.lolea@breakpointit.eu>
Co-authored-by: zeppelin44 <antoniu@interledger.foundation>
Co-authored-by: Antoniu Neacsu <kantoniu98@gmail.com>1 parent 4bfe677 commit f0c171e
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments