Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion frontend/src/Shop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down