Skip to content

Commit

Permalink
Fixing typo. Why the underscore?
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Oct 19, 2020
1 parent 57fb216 commit 78a4184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretix_mercadopago/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
views.admin_view, name='backend'),
url(r'^control/event/(?P<organizer>[^/]+)/(?P<event>[^/]+)/mercadopago/disconnect/',
oauth_disconnect, name='oauth.disconnect'),
url(r'^_mercadopago/webhook/$', success, name='webhook'),
url(r'^mercadopago/webhook/$', success, name='webhook'),
]

0 comments on commit 78a4184

Please sign in to comment.