mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +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/", pay_with_sith, name="pay_with_sith"),
|
||||||
path("pay/<res:result>/", payment_result, name="payment_result"),
|
path("pay/<res:result>/", payment_result, name="payment_result"),
|
||||||
path(
|
path(
|
||||||
"et_autoanswer/",
|
"et_autoanswer",
|
||||||
EtransactionAutoAnswer.as_view(),
|
EtransactionAutoAnswer.as_view(),
|
||||||
name="etransation_autoanswer",
|
name="etransation_autoanswer",
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user