Move apple-developer-merchantid-domain-association into setting

This commit is contained in:
Martin Gross
2023-09-22 13:08:01 +02:00
parent 3ba36512d2
commit ca587108b4
7 changed files with 35 additions and 21 deletions
-7
View File
@@ -476,13 +476,6 @@ def oauth_disconnect(request, **kwargs):
}))
@xframe_options_exempt
def applepay_association(request, *args, **kwargs):
r = render(request, 'pretixplugins/stripe/apple-developer-merchantid-domain-association')
r._csp_ignore = True
return r
class StripeOrderView:
def dispatch(self, request, *args, **kwargs):
try: