Default to StripeIntent option for debug builds

This commit is contained in:
2025-06-20 18:42:41 -07:00
parent 2ac17f64cd
commit ce404b4762
+2 -1
View File
@@ -15,7 +15,8 @@
"pattern": "\\bNow listening on:\\s+(https?://\\S+)" "pattern": "\\bNow listening on:\\s+(https?://\\S+)"
}, },
"env": { "env": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development",
"PaymentService": "StripeIntent"
}, },
"sourceFileMap": { "sourceFileMap": {
"/Views": "${workspaceFolder}/Views" "/Views": "${workspaceFolder}/Views"