Merge branch 'develop' into feature/fakturoid2
This commit is contained in:
@@ -83,6 +83,8 @@ def rower_integration_authorize(request, source='c2'): # pragma: no cover
|
|||||||
return rower_rojabo_authorize(request)
|
return rower_rojabo_authorize(request)
|
||||||
if source == 'polar':
|
if source == 'polar':
|
||||||
return rower_polar_authorize(request)
|
return rower_polar_authorize(request)
|
||||||
|
else:
|
||||||
|
raise Http404("Page Not Found")
|
||||||
url = integration.make_authorization_url()
|
url = integration.make_authorization_url()
|
||||||
return HttpResponseRedirect(url)
|
return HttpResponseRedirect(url)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user