We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3363160 commit 696fdc0Copy full SHA for 696fdc0
.gitignore
@@ -103,15 +103,9 @@ dist
103
# dotnet
104
*.sln
105
106
-
107
# env
108
*.local
109
110
-# Python
111
-.venv
112
-__pycache__
113
114
115
#Codespace
116
.vscode/settings.json
117
.devcontainer/update_settings.sh
advanced-integration/v2/server/python/README.md
@@ -38,4 +38,4 @@ PayPal Standard Integration sample in Python using Flask
38
flask --app server run --port 8080
39
```
40
41
-1. Go to [http://localhost:8080/](http://localhost:8080/)
+1. Go to [http://localhost:8080/](http://localhost:8080/)
0 commit comments