forgot to include the epay callback url in the form
This commit is contained in:
parent
3eaf9cec91
commit
916f1ed59f
|
@ -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 %}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue