forgot to include the epay callback url in the form

This commit is contained in:
Thomas Steen Rasmussen 2016-05-29 16:15:49 +02:00
parent 3eaf9cec91
commit 916f1ed59f

View file

@ -15,6 +15,7 @@
'orderid': "{{ order_id }}",
'accepturl': "{{ accept_url }}",
'cancelurl': "{{ cancel_url }}",
'callbackurl': "{{ callback_url }}",
'hash': "{{ epay_hash }}",
});
</script>
@ -26,3 +27,4 @@
</script>
{% endblock shop_content %}