Default to StripeIntent option for debug builds
This commit is contained in:
Vendored
+2
-1
@@ -15,7 +15,8 @@
|
||||
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
|
||||
},
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"PaymentService": "StripeIntent"
|
||||
},
|
||||
"sourceFileMap": {
|
||||
"/Views": "${workspaceFolder}/Views"
|
||||
|
||||
Reference in New Issue
Block a user