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 %} +