diff --git a/eboutic/templates/eboutic/eboutic_makecommand.jinja b/eboutic/templates/eboutic/eboutic_makecommand.jinja index cac71714..837c1295 100644 --- a/eboutic/templates/eboutic/eboutic_makecommand.jinja +++ b/eboutic/templates/eboutic/eboutic_makecommand.jinja @@ -42,16 +42,16 @@ {% endif %} {% endif %}

-{# {% if settings.SITH_EBOUTIC_CB_ENABLED %}#} -{#
#} -{#

#} -{# {% for (field_name,field_value) in et_request.items() -%}#} -{# #} -{# {% endfor %}#} -{# #} -{#

#} -{#
#} -{# {% endif %}#} + {% if settings.SITH_EBOUTIC_CB_ENABLED %} +
+

+ {% for (field_name,field_value) in et_request.items() -%} + + {% endfor %} + +

+
+ {% endif %} {% if basket.contains_refilling_item %}

{% trans %}AE account payment disabled because your basket contains refilling items.{% endtrans %}

{% else %} diff --git a/eboutic/urls.py b/eboutic/urls.py index f1d882e7..417a8b85 100644 --- a/eboutic/urls.py +++ b/eboutic/urls.py @@ -37,7 +37,7 @@ urlpatterns = [ path("pay/", pay_with_sith, name="pay_with_sith"), path("pay//", payment_result, name="payment_result"), path( - "et_autoanswer/", + "et_autoanswer", EtransactionAutoAnswer.as_view(), name="etransation_autoanswer", ),