mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Proper namespaces for plugin URLs
This commit is contained in:
@@ -73,10 +73,10 @@ def retry(request, order):
|
||||
"payment_method": "paypal",
|
||||
},
|
||||
"redirect_urls": {
|
||||
"return_url": request.build_absolute_uri(reverse('plugins:paypal.retry', kwargs={
|
||||
"return_url": request.build_absolute_uri(reverse('plugins:paypal:retry', kwargs={
|
||||
'order': order.code
|
||||
})),
|
||||
"cancel_url": request.build_absolute_uri(reverse('plugins:paypal.retry', kwargs={
|
||||
"cancel_url": request.build_absolute_uri(reverse('plugins:paypal:retry', kwargs={
|
||||
'order': order.code
|
||||
})),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user