correct wrong et_autoanswer url

This commit is contained in:
Thomas Girod 2022-11-16 23:08:13 +01:00
parent 35506e0175
commit d4a5039efc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ urlpatterns = [
path("pay/", pay_with_sith, name="pay_with_sith"),
path("pay/<res:result>/", payment_result, name="payment_result"),
path(
"et_autoanswer/",
"et_autoanswer",
EtransactionAutoAnswer.as_view(),
name="etransation_autoanswer",
),