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
a6ec1791
Commit
a6ec1791
authored
2 months ago
by
geant-release-service
Browse files
Options
Downloads
Plain Diff
Finished release 0.14.
parents
17515a67
ea7c586c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
stripe_checkout/stripe_checkout/management/commands/processevents.py
+1
-0
1 addition, 0 deletions
...kout/stripe_checkout/management/commands/processevents.py
with
2 additions
and
1 deletion
setup.py
+
1
−
1
View file @
a6ec1791
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"
stripe-checkout
"
,
version
=
"
0.1
3
"
,
version
=
"
0.1
4
"
,
author
=
"
GEANT
"
,
author_email
=
"
swd@geant.org
"
,
description
=
"
Stripe custom checkout support service
"
,
...
...
This diff is collapsed.
Click to expand it.
stripe_checkout/stripe_checkout/management/commands/processevents.py
+
1
−
0
View file @
a6ec1791
...
...
@@ -30,6 +30,7 @@ Amount: EUR {amount}
class
Command
(
BaseCommand
):
def
handle
(
self
,
*
args
,
**
options
):
stripe
.
api_key
=
settings
.
STRIPE_API_KEY
unhandled_events
=
Event
.
objects
.
filter
(
handled
=
False
).
all
()
for
event
in
unhandled_events
:
with
transaction
.
atomic
():
...
...
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