From c808239618ae4974386c47d89aa5019fdb8d2c14 Mon Sep 17 00:00:00 2001 From: Jan Kozinski Date: Sun, 23 Nov 2025 15:30:39 +0100 Subject: [PATCH 1/2] FE: fix dto --- frontend/src/Shop/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Shop/index.tsx b/frontend/src/Shop/index.tsx index 3d68209a..77bc2b21 100644 --- a/frontend/src/Shop/index.tsx +++ b/frontend/src/Shop/index.tsx @@ -74,7 +74,7 @@ export default function Shop() { const notification = { title: "Test Notification", body: "This is a test notification", - user_uid: user?.uid, + third_party_app_user_uid: user?.uid, subroute: "/shop" }; axiosClient.post( From c1268e6f04f13e83acb7b9862639bfc8489168f2 Mon Sep 17 00:00:00 2001 From: vinh2852k3-spec <258774276+vinh2852k3-spec@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:30:27 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdb78603..708bfd3f 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,4 @@ Read [`doc/deployment.md`](./doc/deployment.md) to learn how to deploy this app To dive into the implementation of the flows that support the demo app features, please refer to [Pi Demo App Flows](./FLOWS.md). +#e \ No newline at end of file