From 916f1ed59fa7392f7bfe43b1fd50c1a8168cc724 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 29 May 2016 16:15:49 +0200 Subject: [PATCH] forgot to include the epay callback url in the form --- shop/templates/epay_form.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shop/templates/epay_form.html b/shop/templates/epay_form.html index 581dccb7..60f1e80f 100644 --- a/shop/templates/epay_form.html +++ b/shop/templates/epay_form.html @@ -15,6 +15,7 @@ 'orderid': "{{ order_id }}", 'accepturl': "{{ accept_url }}", 'cancelurl': "{{ cancel_url }}", + 'callbackurl': "{{ callback_url }}", 'hash': "{{ epay_hash }}", }); @@ -26,3 +27,4 @@ {% endblock shop_content %} +