Fix Apple Pay for custom domains

This commit is contained in:
Raphael Michel
2018-10-05 09:31:23 +02:00
parent a85b96ea89
commit 14db654681

View File

@@ -15,6 +15,10 @@ event_patterns = [
])),
]
organizer_patterns = [
url(r'^.well-known/apple-developer-merchantid-domain-association$', applepay_association, name='applepay.association'),
]
urlpatterns = [
url(r'^control/event/(?P<organizer>[^/]+)/(?P<event>[^/]+)/stripe/disconnect/',
oauth_disconnect, name='oauth.disconnect'),