Move apple-developer-merchantid-domain-association into setting (#3611)

This commit is contained in:
Martin Gross
2023-10-05 16:07:11 +02:00
committed by GitHub
parent 6593a64b18
commit ae445c1460
7 changed files with 71 additions and 21 deletions

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: