Add a dummy Stripe plugin for testing purposes

This commit is contained in:
Raphael Michel
2015-03-06 15:20:59 +01:00
parent 98f7f07c2e
commit 4390ee0b07
4 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
from django.dispatch import receiver
from pretix.base.signals import register_payment_providers
from .payment import Stripe
@receiver(register_payment_providers)
def register_payment_provider(sender, **kwargs):
return Stripe