pass request to the url methods on Order
This commit is contained in:
parent
1cbd958327
commit
e019b241e8
|
@ -337,8 +337,8 @@ class CoinifyRedirectView(LoginRequiredMixin, EnsureUserOwnsOrderMixin, EnsureUn
|
||||||
plugin_name='BornHack 2016 webshop',
|
plugin_name='BornHack 2016 webshop',
|
||||||
plugin_version='1.0',
|
plugin_version='1.0',
|
||||||
description='BornHack 2016 order id #%s' % order.id,
|
description='BornHack 2016 order id #%s' % order.id,
|
||||||
callback_url=order.get_coinify_callback_url(),
|
callback_url=order.get_coinify_callback_url(request),
|
||||||
return_url=order.get_coinify_thanks_url(),
|
return_url=order.get_coinify_thanks_url(request),
|
||||||
)
|
)
|
||||||
|
|
||||||
# Parse response
|
# Parse response
|
||||||
|
|
Loading…
Reference in a new issue