From f73ff466eb55d406218db9a2fdae7a8f43f48af4 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 29 May 2016 12:36:07 +0200 Subject: [PATCH] forgot () --- shop/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/views.py b/shop/views.py index 47439786..18a4b930 100644 --- a/shop/views.py +++ b/shop/views.py @@ -337,8 +337,8 @@ class CoinifyRedirectView(LoginRequiredMixin, EnsureUserOwnsOrderMixin, EnsureUn plugin_name='BornHack 2016 webshop', plugin_version='1.0', description='BornHack 2016 order id #%s' % order.id, - callback_url=order.get_coinify_callback_url, - return_url=order.get_coinify_thanks_url, + callback_url=order.get_coinify_callback_url(), + return_url=order.get_coinify_thanks_url(), ) # Parse response