From d847a6c8c41cf1e158dca6b69531c5d4037f9c8a Mon Sep 17 00:00:00 2001 From: Greg Jopa <534034+gregjopa@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:00:36 -0500 Subject: [PATCH] Fix codespace path for advanced integration v2 --- .devcontainer/advanced-integration-v2/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.