File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
.devcontainer/save-payment-method Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change
1
+
1
2
// For more details, see https://aka.ms/devcontainer.json.
2
3
{
3
- "name" : " PayPal Standard Integration " ,
4
+ "name" : " PayPal Save Payment Method " ,
4
5
"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" ,
8
9
// Use 'postCreateCommand' to run commands after the container is created.
9
10
"postCreateCommand" : " npm install" ,
10
11
// Use 'postAttachCommand' to run commands when attaching to the container.
15
16
"forwardPorts" : [8888 ],
16
17
"portsAttributes" : {
17
18
"8888" : {
18
- "label" : " Preview of Standard Checkout Flow" ,
19
+ "label" : " Preview of Save Payment Method Flow" ,
19
20
"onAutoForward" : " openBrowserOnce"
20
21
}
21
22
},
37
38
}
38
39
}
39
40
}
40
- }
41
+ }
You can’t perform that action at this time.
0 commit comments