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/v2/README.md
+4-13Lines changed: 4 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,7 @@ Version 2 is the current advanced Checkout integration, and includes hosted card
8
8
9
9
1.[Create an application](https://developer.paypal.com/dashboard/applications/sandbox/create)
10
10
2. Rename `.env.example` to `.env` and update `PAYPAL_CLIENT_ID` and `PAYPAL_CLIENT_SECRET`.
11
-
3. Replace `test` in [client/checkout.html](client/checkout.html) with your app's client-id
12
-
4. Run `npm install`
13
-
5. Run `npm start`
14
-
6. Open http://localhost:8888
15
-
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)
16
-
17
-
## Examples
18
-
19
-
The documentation for advanced Checkout integration using JavaScript SDK includes additional sample code in the following sections:
20
-
21
-
-**3. Adding PayPal buttons and card fields** includes [a full-stack Node.js example](v2/examples/full-stack/).
22
-
-**4. Call Orders API for PayPal buttons and card fields** includes [a server-side example](v2/examples/call-orders-api-server-side/)
23
-
-**5. Capture order** includes [a server-side example](v2/examples/capture-order-server-side/)
11
+
3. Run `npm install`
12
+
4. Run `npm start`
13
+
5. Open http://localhost:8888
14
+
6. 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