Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pay with pi README.md #202

Open
wants to merge 12 commits into
base: PI-6743-a-user-can-refund-an-order
Choose a base branch
from
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pi Demo App
# Pay with Pi App

Pi Demo App is an example of how you can implement the various required flows in your app's code.
It aims to show you how to use Pi Platform API on the backend side and Pi SDK on the frontend side of your app.
Pay with Pi App is an example of how you can implement the various required flows in your app's code.
It aims to show you how to use Pi Platform API on the backend side and Pay with Pi SDK on the frontend side of your app.


It is composed of two major parts:
Expand All @@ -16,8 +16,9 @@ Read [`doc/development.md`](./doc/development.md) to get started and learn how t

> **WARNING**
>
> The demo app uses express session cookies which, in the Sandbox environment, are not correctly saved on the client on some browsers.
> To properly test all of the features of the Demo App, we recommend you to open the sandbox app using Mozilla Firefox.
> The Pay with Pi App uses express session cookies which, in the Sandbox environment, are not correctly saved on the client on some browsers.
> To properly test all of the features of the Pay with Pi App
, we recommend you to open the sandbox app using Mozilla Firefox.


## Deployment
Expand All @@ -28,4 +29,4 @@ Read [`doc/deployment.md`](./doc/deployment.md) to learn how to deploy this app
## Flows

To dive into the implementation of the flows that support the demo app features, please refer to
[Pi Demo App Flows](./FLOWS.md).
[Pay with Pi App Flows](./FLOWS.md).
6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@types/connect-mongo": "^3.1.3",
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.5",
"axios": "^0.21.1",
"axios": "^0.28.0",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express": "^4.19.2",
"express-session": "^1.17.2",
"mongodb": "^4.0.0",
"mongodb": "^4.17.0",
"morgan": "^1.10.0"
},
"devDependencies": {
Expand Down
Loading