summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'app/src')
-rw-r--r--app/src/views.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/views.py b/app/src/views.py
index 203a021..85a5242 100644
--- a/app/src/views.py
+++ b/app/src/views.py
@@ -36,9 +36,9 @@ class BookDetailView(DetailView):
"amount": price,
"item_name": book.title,
"invoice": "unique-invoice-id",
- "notify_url": "https://www.example.com" + reverse('src:paypal-ipn'),
- "return_url": "https://www.example.com/your-return-location/",
- "cancel_return": "https://www.example.com/your-cancel-location/",
+ "notify_url": "https://luxagraf.net/src/paypal/" + reverse('src:paypal-ipn'),
+ "return_url": "https://luxagraf.net/src/thank-you",
+ "cancel_return": "https://luxagraf.net/src/books/",
}
context['paypal_form'] = PayPalPaymentsForm(initial=paypal_dict)
return context