Private
Public Access
1
0

first version dummy webhook for braintree

This commit is contained in:
Sander Roosendaal
2021-02-02 20:28:36 +01:00
parent aa5b2c82f0
commit c41b7611ee
3 changed files with 16 additions and 0 deletions

View File

@@ -921,6 +921,7 @@ urlpatterns = [
re_path(r'^history/$',views.history_view,name="history_view"),
re_path(r'^history/user/(?P<userid>\d+)/data/$',views.history_view_data,name="history_view_data"),
re_path(r'^history/data/$',views.history_view_data,name="history_view_data"),
re_path(r'^braintree/$',views.braintree_webhook_view,name="braintree_webhook_view"),
]
if settings.DEBUG: