Skip to content

Commit a354698

Browse files
committed
Updating the devcontainer file
1 parent e385dc5 commit a354698

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.devcontainer/save-payment-method/devcontainer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
12
// For more details, see https://aka.ms/devcontainer.json.
23
{
3-
"name": "PayPal Standard Integration",
4+
"name": "PayPal Save Payment Method",
45
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
5-
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/standard-integration",
6-
// Use 'onCreateCommand' to run commands when creating the container.
7-
"onCreateCommand": "bash ../.devcontainer/standard-integration/welcome-message.sh",
6+
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/save-payment-method",
7+
// Use 'onCreateCommand' to run commands when creating the container.
8+
"onCreateCommand": "bash ../.devcontainer/save-payment-method/welcome-message.sh",
89
// Use 'postCreateCommand' to run commands after the container is created.
910
"postCreateCommand": "npm install",
1011
// Use 'postAttachCommand' to run commands when attaching to the container.
@@ -15,7 +16,7 @@
1516
"forwardPorts": [8888],
1617
"portsAttributes": {
1718
"8888": {
18-
"label": "Preview of Standard Checkout Flow",
19+
"label": "Preview of Save Payment Method Flow",
1920
"onAutoForward": "openBrowserOnce"
2021
}
2122
},
@@ -37,4 +38,4 @@
3738
}
3839
}
3940
}
40-
}
41+
}

0 commit comments

Comments
 (0)