diff --git a/osinaweb/customercore/__pycache__/urls.cpython-310.pyc b/osinaweb/customercore/__pycache__/urls.cpython-310.pyc index 7ecfcb8e..c1d7fc9e 100644 Binary files a/osinaweb/customercore/__pycache__/urls.cpython-310.pyc and b/osinaweb/customercore/__pycache__/urls.cpython-310.pyc differ diff --git a/osinaweb/customercore/urls.py b/osinaweb/customercore/urls.py index 1a1f464a..ed78a115 100644 --- a/osinaweb/customercore/urls.py +++ b/osinaweb/customercore/urls.py @@ -8,7 +8,7 @@ urlpatterns = [ path('products/', views.customer_products, name='customerproducts'), path('pricing/', views.pricing, name='pricing'), path('initiate_checkout/', views.initiate_checkout, name='initiatecheckout'), - path('webhook/', views.webhook_handler, name='webhook_handler'), + path('webhooks/', views.webhook_handler, name='webhook_handlers'), ]