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 }}",
|
'orderid': "{{ order_id }}",
|
||||||
'accepturl': "{{ accept_url }}",
|
'accepturl': "{{ accept_url }}",
|
||||||
'cancelurl': "{{ cancel_url }}",
|
'cancelurl': "{{ cancel_url }}",
|
||||||
|
'callbackurl': "{{ callback_url }}",
|
||||||
'hash': "{{ epay_hash }}",
|
'hash': "{{ epay_hash }}",
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -26,3 +27,4 @@
|
||||||
</script>
|
</script>
|
||||||
{% endblock shop_content %}
|
{% endblock shop_content %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue