mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fixed script prefixes in absolute URLs
This commit is contained in:
@@ -89,8 +89,8 @@ class Paypal(BasePaymentProvider):
|
||||
"payment_method": "paypal",
|
||||
},
|
||||
"redirect_urls": {
|
||||
"return_url": build_absolute_uri(reverse('plugins:paypal:return')),
|
||||
"cancel_url": build_absolute_uri(reverse('plugins:paypal:abort')),
|
||||
"return_url": build_absolute_uri('plugins:paypal:return'),
|
||||
"cancel_url": build_absolute_uri('plugins:paypal:abort'),
|
||||
},
|
||||
"transactions": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user