Skip to content

Commit da895bf

Browse files
committed
Added default creds and feedback link
1 parent cb2f6a9 commit da895bf

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.devcontainer/advanced-integration/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@
2121
},
2222
"secrets": {
2323
"PAYPAL_CLIENT_ID": {
24-
"description": "Sandbox client ID of the application.",
24+
"description": "Sandbox client ID of the application. Uses default credential if none provided.",
2525
"documentationUrl": "https://developer.paypal.com/dashboard/applications/sandbox"
2626
},
2727
"PAYPAL_CLIENT_SECRET": {
28-
"description": "Sandbox secret of the application.",
28+
"description": "Sandbox secret of the application. Uses default credential if none provided.",
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+
},
3236
"customizations": {
3337
"vscode": {
3438
"extensions": ["vsls-contrib.codetour"],

.devcontainer/standard-integration/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@
2121
},
2222
"secrets": {
2323
"PAYPAL_CLIENT_ID": {
24-
"description": "Sandbox client ID of the application.",
24+
"description": "Sandbox client ID of the application. Uses default credential if none provided.",
2525
"documentationUrl": "https://developer.paypal.com/dashboard/applications/sandbox"
2626
},
2727
"PAYPAL_CLIENT_SECRET": {
28-
"description": "Sandbox secret of the application.",
28+
"description": "Sandbox secret of the application. Uses default credential if none provided.",
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+
},
3236
"customizations": {
3337
"vscode": {
3438
"extensions": ["vsls-contrib.codetour"],

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ You'll need a version of node >= 16 which can be downloaded from the [Node.js we
4545
| Application | Codespaces Link |
4646
| ---- | ---- |
4747
| 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)|
48-
| 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)|
48+
| 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)|
49+
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.

0 commit comments

Comments
 (0)