Skip to content

Commit e157545

Browse files
authored
Merge pull request #2 from paypaldev/latest
Latest
2 parents aeafb4a + 2337091 commit e157545

File tree

4 files changed

+184
-178
lines changed

4 files changed

+184
-178
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
![PayPal Developer Cover](https://github.com/paypaldev/.github/blob/main/pp-cover.png)
2+
23
<div align="center">
34
<a href="https://twitter.com/paypaldev" target="_blank">
45
<img alt="Twitter: PayPal Developer" src="https://img.shields.io/twitter/follow/paypaldev?style=social" />
@@ -18,17 +19,18 @@
1819
</div>
1920

2021
# PayPal JavaScript FullStack Advanced Checkout
22+
2123
This sample app shows how to build and customize a card payment form to accept debit and credit cards. Please make sure to style the card form so that it aligns with your business branding.
2224

2325
To create this application from scratch, follow the [Advanced Checkout integration](https://developer.paypal.com/docs/checkout/advanced/integrate) guide from the [PayPal Developer](https://developer.paypal.com/home) docs.
2426

25-
2627
## Run this project
2728

2829
### PayPal Codespaces
30+
2931
[![Open Code In GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/paypaldev/PayPal-JavaScript-FullStack-Advanced-Checkout-Sample?devcontainer_path=.devcontainer%2Fdevcontainer.json)
3032

31-
- Rename the ``.env.example`` file to `.env`.
33+
- Rename the `.env.example` file to `.env`.
3234
- Add your environment variables in the `.env` file.
3335

3436
### Locally
@@ -37,6 +39,7 @@ To create this application from scratch, follow the [Advanced Checkout integrati
3739
- Add your environment variables in the `.env` file.
3840

3941
Complete the steps in [Get started](https://developer.paypal.com/api/rest/) to get the following sandbox account information from the Developer Dashboard:
42+
4043
- Sandbox client ID and the secret of [a REST app](https://www.paypal.com/signin?returnUri=https%3A%2F%2Fdeveloper.paypal.com%2Fdeveloper%2Fapplications&_ga=1.252581760.841672670.1664266268).
4144
- Access token to use the PayPal REST API server.
4245

@@ -59,8 +62,9 @@ Expiration Date: `01/2025`
5962
CVV: `123`
6063

6164
## PayPal Developer Community
65+
6266
The PayPal Developer community helps you build your career while improving your products and the developer experience. You’ll be able to contribute code and documentation, meet new people and learn from the open-source community.
63-
64-
* Website: [developer.paypal.com](https://developer.paypal.com)
65-
* Twitter: [@paypaldev](https://twitter.com/paypaldev)
66-
* GitHub: [@paypal](https://github.com/paypal)
67+
68+
- Website: [developer.paypal.com](https://developer.paypal.com)
69+
- Twitter: [@paypaldev](https://twitter.com/paypaldev)
70+
- GitHub: [@paypal](https://github.com/paypal)

0 commit comments

Comments
 (0)