Add payment provider PayPal

This commit is contained in:
Raphael Michel
2015-03-15 17:33:50 +01:00
parent d397c03fde
commit a67e09215b
10 changed files with 372 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ INSTALLED_APPS = (
'pretix.plugins.timerestriction',
'pretix.plugins.banktransfer',
'pretix.plugins.stripe',
'pretix.plugins.paypal',
)
MIDDLEWARE_CLASSES = (