Skip to content
Snippets Groups Projects
Commit a6ec1791 authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.14.

parents 17515a67 ea7c586c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="stripe-checkout",
version="0.13",
version="0.14",
author="GEANT",
author_email="swd@geant.org",
description="Stripe custom checkout support service",
......
......@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment