typo
This commit is contained in:
parent
1e42ddf7bf
commit
fd7ba26428
|
@ -340,7 +340,7 @@ class CoinifyRedirectView(LoginRequiredMixin, EnsureUserOwnsOrderMixin, EnsureUn
|
||||||
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=reverse(
|
callback_url=reverse(
|
||||||
'shop:coinfy_callback',
|
'shop:coinify_callback',
|
||||||
kwargs={'orderid': order.id}
|
kwargs={'orderid': order.id}
|
||||||
),
|
),
|
||||||
return_url=reverse(
|
return_url=reverse(
|
||||||
|
|
Loading…
Reference in a new issue