Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stripe-checkout
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
stripe-checkout
Commits
a7386def
Commit
a7386def
authored
4 months ago
by
Pelle Koster
Browse files
Options
Downloads
Patches
Plain Diff
fix flake8
parent
ba259697
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
stripe_checkout/stripe_checkout/visit_views.py
+1
-1
1 addition, 1 deletion
stripe_checkout/stripe_checkout/visit_views.py
with
1 addition
and
1 deletion
stripe_checkout/stripe_checkout/visit_views.py
+
1
−
1
View file @
a7386def
...
...
@@ -6,7 +6,7 @@ from django import forms
from
django.http
import
Http404
,
HttpResponse
from
django.shortcuts
import
redirect
,
render
from
django.views.decorators.csrf
import
csrf_exempt
from
django.views.decorators.http
import
require_GET
,
require_http_methods
,
require_POST
from
django.views.decorators.http
import
require_http_methods
,
require_POST
from
.
import
stripe_
as
stripe
from
.models
import
Event
,
ExchangeRate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment