File tree Expand file tree Collapse file tree 8 files changed +14
-6
lines changed Expand file tree Collapse file tree 8 files changed +14
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Create an application to obtain credentials at
2+ # https://developer.paypal.com/dashboard/applications/sandbox
3+
4+ CLIENT_ID = " YOUR_CLIENT_ID_GOES_HERE"
5+ APP_SECRET = " YOUR_SECRET_GOES_HERE"
Original file line number Diff line number Diff line change 1+ .env
Original file line number Diff line number Diff line change 22
33## Instructions
44
5- 1 . Add ` CLIENT_ID ` and ` APP_SECRET ` to the ` .env ` file
5+ 1 . Rename ` .env.example ` to ` .env ` and update ` CLIENT_ID ` and ` APP_SECRET ` .
662 . Run ` npm install `
773 . Run ` npm start `
884 . Open http://localhost:8888
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Create an application to obtain credentials at
2+ # https://developer.paypal.com/dashboard/applications/sandbox
3+
4+ CLIENT_ID = " YOUR_CLIENT_ID_GOES_HERE"
5+ APP_SECRET = " YOUR_SECRET_GOES_HERE"
Original file line number Diff line number Diff line change 1+ .env
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This folder contains example code for a standard PayPal integration using both t
55## Instructions
66
771 . Replace ` test ` in ` public/index.html ` with your app's client-id
8- 2 . Add ` CLIENT_ID ` and ` APP_SECRET ` to the ` .env ` file
8+ 2 . Rename ` .env.example ` to ` .env ` and update ` CLIENT_ID ` and ` APP_SECRET ` .
993 . Run ` npm install `
10104 . Run ` npm start `
11115 . Open http://localhost:8888
You can’t perform that action at this time.
0 commit comments