From ce404b47626676b298144a56b0db5504bdfc21df Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Fri, 20 Jun 2025 18:42:41 -0700 Subject: [PATCH] Default to StripeIntent option for debug builds --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"