diff --git a/.vscode/launch.json b/.vscode/launch.json index a1fb448..0c2dfb6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,7 +15,8 @@ "pattern": "\\bNow listening on:\\s+(https?://\\S+)" }, "env": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Development", + "PaymentService": "StripeIntent" }, "sourceFileMap": { "/Views": "${workspaceFolder}/Views"