Skip to content

Commit 4603a51

Browse files
authored
Update instructions for v2 card fields (#97)
1 parent c4ee30f commit 4603a51

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

advanced-integration/v2/README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,7 @@ Version 2 is the current advanced Checkout integration, and includes hosted card
88

99
1. [Create an application](https://developer.paypal.com/dashboard/applications/sandbox/create)
1010
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

Comments
 (0)