Skip to content

Commit 34f56c9

Browse files
committed
Updated readme
1 parent da895bf commit 34f56c9

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

.devcontainer/advanced-integration/devcontainer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,14 @@
2121
},
2222
"secrets": {
2323
"PAYPAL_CLIENT_ID": {
24-
"description": "Sandbox client ID of the application. Uses default credential if none provided.",
24+
"description": "Sandbox client ID of the application.",
2525
"documentationUrl": "https://developer.paypal.com/dashboard/applications/sandbox"
2626
},
2727
"PAYPAL_CLIENT_SECRET": {
28-
"description": "Sandbox secret of the application. Uses default credential if none provided.",
28+
"description": "Sandbox secret of the application.",
2929
"documentationUrl": "https://developer.paypal.com/dashboard/applications/sandbox"
3030
}
3131
},
32-
"containerEnv": {
33-
"PAYPAL_CLIENT_ID": "Aaxw0ZpK_9jPuIbMtDP5-nhpbBtRx3A-4RtJzAa6MmKtA2-uoBIMejkThhCUku7THxm4iTA2bE2FTII4",
34-
"PAYPAL_CLIENT_SECRET": "ECvqnkqm2ZLuuuaKJPwr48SKYyMC4NHKdC6qptYoe6DM03MmkPmLkA23euqVQ8P4qFFdDU7Ewv2h3XVy"
35-
},
3632
"customizations": {
3733
"vscode": {
3834
"extensions": ["vsls-contrib.codetour"],

.devcontainer/standard-integration/devcontainer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,14 @@
2121
},
2222
"secrets": {
2323
"PAYPAL_CLIENT_ID": {
24-
"description": "Sandbox client ID of the application. Uses default credential if none provided.",
24+
"description": "Sandbox client ID of the application.",
2525
"documentationUrl": "https://developer.paypal.com/dashboard/applications/sandbox"
2626
},
2727
"PAYPAL_CLIENT_SECRET": {
28-
"description": "Sandbox secret of the application. Uses default credential if none provided.",
28+
"description": "Sandbox secret of the application.",
2929
"documentationUrl": "https://developer.paypal.com/dashboard/applications/sandbox"
3030
}
3131
},
32-
"containerEnv": {
33-
"PAYPAL_CLIENT_ID": "Aaxw0ZpK_9jPuIbMtDP5-nhpbBtRx3A-4RtJzAa6MmKtA2-uoBIMejkThhCUku7THxm4iTA2bE2FTII4",
34-
"PAYPAL_CLIENT_SECRET": "ECvqnkqm2ZLuuuaKJPwr48SKYyMC4NHKdC6qptYoe6DM03MmkPmLkA23euqVQ8P4qFFdDU7Ewv2h3XVy"
35-
},
3632
"customizations": {
3733
"vscode": {
3834
"extensions": ["vsls-contrib.codetour"],

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,22 @@ These examples will ask you to run commands like `npm install` and `npm start`.
4141
You'll need a version of node >= 16 which can be downloaded from the [Node.js website](https://nodejs.org/en/download/).
4242

4343

44-
### PayPal Codespaces Links
44+
## PayPal Codespaces
45+
46+
PayPal codespaces require a client ID and client secret for your app.
47+
48+
### Link to codespaces
49+
4550
| Application | Codespaces Link |
4651
| ---- | ---- |
4752
| Advanced Integration | [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/paypal-examples/docs-examples?devcontainer_path=.devcontainer%2Fadvanced-integration%2Fdevcontainer.json)|
4853
| Standard Integration | [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/paypal-examples/docs-examples?devcontainer_path=.devcontainer%2Fstandard-integration%2Fdevcontainer.json)|
4954

50-
To report a bug or suggest a new feature, create an [issue in GitHub](https://github.com/paypal-examples/paypaldevsupport/issues/new/choose). \
51-
To submit feedback, go to [Github CodeSpaces](https://developer.paypal.com/api/rest/sandbox/codespaces) and select the "Feedback" tab.
55+
### Learn more
56+
57+
You can read more about codespaces in the [PayPal Developer Docs](https://developer.paypal.com/api/rest/sandbox/codespaces).
58+
59+
## Submit Feedback
60+
61+
* To report a bug or suggest a new feature, create an [issue in GitHub](https://github.com/paypal-examples/paypaldevsupport/issues/new/choose).
62+
* To submit feedback, go to [GitHub Codespaces](https://developer.paypal.com/api/rest/sandbox/codespaces) and select the "Feedback" tab.

0 commit comments

Comments
 (0)