diff --git a/.devcontainer/advanced-integration-v2/devcontainer.json b/.devcontainer/advanced-integration-v2/devcontainer.json index b3a54490..703549f5 100644 --- a/.devcontainer/advanced-integration-v2/devcontainer.json +++ b/.devcontainer/advanced-integration-v2/devcontainer.json @@ -2,9 +2,9 @@ { "name": "PayPal Advanced Integration (v2)", "image": "mcr.microsoft.com/devcontainers/javascript-node:20", - "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/advanced-integration/beta", + "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/advanced-integration/v2", // Use 'onCreateCommand' to run commands when creating the container. - "onCreateCommand": "bash ../../.devcontainer/advanced-integration-beta/welcome-message.sh", + "onCreateCommand": "bash ../../.devcontainer/advanced-integration-v2/welcome-message.sh", // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "npm install", // Use 'postAttachCommand' to run commands when attaching to the container.