mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-21 21:53:30 +00:00
correct wrong et_autoanswer url
This commit is contained in:
parent
35506e0175
commit
d4a5039efc
@ -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",
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user