Skip to content

Commit f0c171e

Browse files
njlieoana-loleazeppelin44antoniu98
committed
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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/point-of-sale/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@adonisjs/fold": "^8.2.0",
2323
"@apollo/client": "^3.11.8",
2424
"@apollo/server": "^4.11.2",
25+
"@faker-js/faker": "^8.4.1",
2526
"@koa/cors": "^5.0.0",
2627
"@koa/router": "^12.0.2",
2728
"axios": "1.12.0",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)