diff --git a/.devcontainer/advanced-integration-beta/devcontainer.json b/.devcontainer/advanced-integration-v2/devcontainer.json similarity index 96% rename from .devcontainer/advanced-integration-beta/devcontainer.json rename to .devcontainer/advanced-integration-v2/devcontainer.json index 818b454f..b3a54490 100644 --- a/.devcontainer/advanced-integration-beta/devcontainer.json +++ b/.devcontainer/advanced-integration-v2/devcontainer.json @@ -1,6 +1,6 @@ // For more details, see https://aka.ms/devcontainer.json. { - "name": "PayPal Advanced Integration (beta)", + "name": "PayPal Advanced Integration (v2)", "image": "mcr.microsoft.com/devcontainers/javascript-node:20", "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/advanced-integration/beta", // Use 'onCreateCommand' to run commands when creating the container. diff --git a/.devcontainer/advanced-integration-beta/welcome-message.sh b/.devcontainer/advanced-integration-v2/welcome-message.sh similarity index 100% rename from .devcontainer/advanced-integration-beta/welcome-message.sh rename to .devcontainer/advanced-integration-v2/welcome-message.sh