From 28eeebc3f58b4798d878806dd72f35464e503559 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 16 Nov 2015 20:58:58 -0500 Subject: updated build tool to use new jrnl build system --- app/src/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/src') 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 -- cgit v1.2.3