You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advanced-integration/beta/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,10 @@ This folder contains example code for an Advanced PayPal integration using both
4
4
5
5
## Instructions
6
6
7
-
1. Rename `.env.example` to `.env` and update `PAYPAL_CLIENT_ID` and `PAYPAL_CLIENT_SECRET`.
8
-
2. Run `npm install`
9
-
3. Run `npm start`
10
-
4. Open http://localhost:8888
11
-
5. Enter the credit card number provided from one of your [sandbox accounts](https://developer.paypal.com/dashboard/accounts) or [generate a new credit card](https://developer.paypal.com/dashboard/creditCardGenerator)
7
+
1.[Create an application](https://developer.paypal.com/dashboard/applications/sandbox/create)
8
+
2. Rename `.env.example` to `.env` and update `PAYPAL_CLIENT_ID` and `PAYPAL_CLIENT_SECRET`.
9
+
3. Replace `test` in [client/checkout.html](client/checkout.html) with your app's client-id
10
+
4. Run `npm install`
11
+
5. Run `npm start`
12
+
6. Open http://localhost:8888
13
+
7. Enter the credit card number provided from one of your [sandbox accounts](https://developer.paypal.com/dashboard/accounts) or [generate a new credit card](https://developer.paypal.com/dashboard/creditCardGenerator)
0 commit comments