mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Stripe: Removed global webhook, added test for webhook
This commit is contained in:
@@ -2,12 +2,6 @@ from django.conf.urls import include, url
|
||||
|
||||
from .views import webhook
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^stripe/', include([
|
||||
url(r'^webhook/$', webhook, name='webhook'),
|
||||
])),
|
||||
]
|
||||
|
||||
event_patterns = [
|
||||
url(r'^stripe/', include([
|
||||
url(r'^webhook/$', webhook, name='webhook'),
|
||||
|
||||
Reference in New Issue
Block a user