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", ),